Html Css Color HEX #696636 Verdigris

📋 copy color: '#696636'

red 105 ◦ green 102 ◦ blue 54

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

Shades of Verdigris #696636

Tints of Verdigris #696636

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

 BLUE value IS 54 (21.48% from 255) = 20.69%

R = 40.23%
G = 39.08%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.49

 K value IS 0.59

RGB Variations

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

Color information

#696636 (or 0x696636) is known color: Verdigris. HEX triplet: 69, 66 and 36. RGB value is (105,102,54). Sum of RGB (Red+Green+Blue) = 105+102+54=261 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.23% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 54 (21.48% from 255 or 20.69% from 261); Max value from RGB is 105 - color contains mainly: red. Hex color #696636 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696636 is #9699C9. Grayscale: #616161. Windows color (decimal): -9869770 or 3565161. OLE color: 3565161.

HSL color Cylindrical-coordinate representation of color #696636: hue angle of 56.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #696636 is Cyan = 0, Magento = 0.03, Yellow = 0.49 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 54 -
CMYK 0 0.03 0.49 0.59
HSL 56.47º 0.32% 0.31% -
HSV(B) 56.47º 0.49% 0.41% -
XYZ 11.24 12.77 5.36 -
YUV 97.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 105 102 54 0 0.03 0.49 0.59 56.47 0.32 0.31
Hex 69 66 36 0 3 31 3B 38 20 1F
Octal 151 146 66 0 3 61 73 70 40 37
Binary 1101001 1100110 110110 0 11 110001 111011 111000 100000 11111

Color Harmonies of #696636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696636

Black with #696636

Text Example


Text Example

White with #696636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696636; }

 p { color: rgb(105,102,54); }

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

background-color css

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

 a { background-color: rgb(105,102,54); }

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

border-color css

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

 span { border-color: rgb(105,102,54); }

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