Html Css Color HEX #696742 Hemlock

📋 copy color: '#696742'

red 105 ◦ green 103 ◦ blue 66

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

Shades of Hemlock #696742

Tints of Hemlock #696742

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.59%

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

R = 38.32%
G = 37.59%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#696742 (or 0x696742) is known color: Hemlock. HEX triplet: 69, 67 and 42. RGB value is (105,103,66). Sum of RGB (Red+Green+Blue) = 105+103+66=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 103 (40.62% from 255 or 37.59% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696742 is #9698BD. Grayscale: #636363. Windows color (decimal): -9869502 or 4351849. OLE color: 4351849.

HSL color Cylindrical-coordinate representation of color #696742: hue angle of 56.92º 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 #696742 is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 66 -
CMYK 0 0.02 0.37 0.59
HSL 56.92º 0.23% 0.34% -
HSV(B) 56.92º 0.37% 0.41% -
XYZ 11.66 13.1 7.07 -
YUV 99.38 109.16 132.01 -
System Red Green Blue C M Y K H S L
Decimal 105 103 66 0 0.02 0.37 0.59 56.92 0.23 0.34
Hex 69 67 42 0 2 25 3B 39 17 22
Octal 151 147 102 0 2 45 73 71 27 42
Binary 1101001 1100111 1000010 0 10 100101 111011 111001 10111 100010

Color Harmonies of #696742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696742

Black with #696742

Text Example


Text Example

White with #696742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696742; }

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

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

background-color css

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

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

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

border-color css

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

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

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