Html Css Color HEX #696243 Verdigris

📋 copy color: '#696243'

red 105 ◦ green 98 ◦ blue 67

#696243
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdigris #696243

Tints of Verdigris #696243

RGB

 RED value IS 105 (41.41% from 255) = 38.89%

 GREEN value IS 98 (38.67% from 255) = 36.3%

 BLUE value IS 67 (26.56% from 255) = 24.81%

R = 38.89%
G = 36.3%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.59

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#696243 (or 0x696243) is known color: Verdigris. HEX triplet: 69, 62 and 43. RGB value is (105,98,67). Sum of RGB (Red+Green+Blue) = 105+98+67=270 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.89% from 270); Green value is 98 (38.67% from 255 or 36.30% from 270); Blue value is 67 (26.56% from 255 or 24.81% from 270); Max value from RGB is 105 - color contains mainly: red. Hex color #696243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696243 is #969DBC. Grayscale: #606060. Windows color (decimal): -9870781 or 4416105. OLE color: 4416105.

HSL color Cylindrical-coordinate representation of color #696243: hue angle of 48.95º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #696243 is Cyan = 0, Magento = 0.07, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 98 67 -
CMYK 0 0.07 0.36 0.59
HSL 48.95º 0.22% 0.34% -
HSV(B) 48.95º 0.36% 0.41% -
XYZ 11.21 12.14 7.06 -
YUV 96.56 111.32 134.02 -
System Red Green Blue C M Y K H S L
Decimal 105 98 67 0 0.07 0.36 0.59 48.95 0.22 0.34
Hex 69 62 43 0 7 24 3B 31 16 22
Octal 151 142 103 0 7 44 73 61 26 42
Binary 1101001 1100010 1000011 0 111 100100 111011 110001 10110 100010

Color Harmonies of #696243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696243

Black with #696243

Text Example


Text Example

White with #696243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696243; }

 p { color: rgb(105,98,67); }

 H1.HeaderClassName
 {
   color: #696243;
 }
 .AnyTagClassName
 {
   color: #696243;
 }
</style>

background-color css

<style>
 a { background-color: #696243; }

 a { background-color: rgb(105,98,67); }

 div.DivClassName
 {
   background-color: #696243;
 }
 .BgClassName
 {
   background-color: #696243;
 }
</style>

border-color css

<style>
 span { border-color: #696243; }

 span { border-color: rgb(105,98,67); }

 td.TdClassName
 {
   border-color: #696243;
 }
 .TagClassName
 {
   border-color: #696243;
 }
</style>