Html Css Color HEX #696639 Verdigris

📋 copy color: '#696639'

red 105 ◦ green 102 ◦ blue 57

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

Shades of Verdigris #696639

Tints of Verdigris #696639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 21.59%

R = 39.77%
G = 38.64%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.46

 K value IS 0.59

RGB Variations

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

Color information

#696639 (or 0x696639) is known color: Verdigris. HEX triplet: 69, 66 and 39. RGB value is (105,102,57). Sum of RGB (Red+Green+Blue) = 105+102+57=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 102 (40.23% from 255 or 38.64% from 264); Blue value is 57 (22.66% from 255 or 21.59% from 264); Max value from RGB is 105 - color contains mainly: red. Hex color #696639 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696639 is #9699C6. Grayscale: #616161. Windows color (decimal): -9869767 or 3761769. OLE color: 3761769.

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

Color convert

RGB 105 102 57 -
CMYK 0 0.03 0.46 0.59
HSL 56.25º 0.3% 0.32% -
HSV(B) 56.25º 0.46% 0.41% -
XYZ 11.32 12.8 5.75 -
YUV 97.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 105 102 57 0 0.03 0.46 0.59 56.25 0.3 0.32
Hex 69 66 39 0 3 2E 3B 38 1E 20
Octal 151 146 71 0 3 56 73 70 36 40
Binary 1101001 1100110 111001 0 11 101110 111011 111000 11110 100000

Color Harmonies of #696639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696639

Black with #696639

Text Example


Text Example

White with #696639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696639; }

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

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

background-color css

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

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

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

border-color css

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

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

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