Html Css Color HEX #696642 Hemlock

📋 copy color: '#696642'

red 105 ◦ green 102 ◦ blue 66

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

Shades of Hemlock #696642

Tints of Hemlock #696642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 24.18%

R = 38.46%
G = 37.36%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#696642 (or 0x696642) is known color: Hemlock. HEX triplet: 69, 66 and 42. RGB value is (105,102,66). Sum of RGB (Red+Green+Blue) = 105+102+66=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696642 is #9699BD. Grayscale: #626262. Windows color (decimal): -9869758 or 4351593. OLE color: 4351593.

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

Color convert

RGB 105 102 66 -
CMYK 0 0.03 0.37 0.59
HSL 55.38º 0.23% 0.34% -
HSV(B) 55.38º 0.37% 0.41% -
XYZ 11.56 12.9 7.03 -
YUV 98.79 109.49 132.43 -
System Red Green Blue C M Y K H S L
Decimal 105 102 66 0 0.03 0.37 0.59 55.38 0.23 0.34
Hex 69 66 42 0 3 25 3B 37 17 22
Octal 151 146 102 0 3 45 73 67 27 42
Binary 1101001 1100110 1000010 0 11 100101 111011 110111 10111 100010

Color Harmonies of #696642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696642

Black with #696642

Text Example


Text Example

White with #696642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696642; }

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

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

background-color css

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

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

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

border-color css

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

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

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