Html Css Color HEX #696447 Hemlock

📋 copy color: '#696447'

red 105 ◦ green 100 ◦ blue 71

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

Shades of Hemlock #696447

Tints of Hemlock #696447

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.23%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 38.04%
G = 36.23%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#696447 (or 0x696447) is known color: Hemlock. HEX triplet: 69, 64 and 47. RGB value is (105,100,71). Sum of RGB (Red+Green+Blue) = 105+100+71=276 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.04% from 276); Green value is 100 (39.45% from 255 or 36.23% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 105 - color contains mainly: red. Hex color #696447 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696447 is #969BB8. Grayscale: #626262. Windows color (decimal): -9870265 or 4678761. OLE color: 4678761.

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

Color convert

RGB 105 100 71 -
CMYK 0 0.05 0.32 0.59
HSL 51.18º 0.19% 0.35% -
HSV(B) 51.18º 0.32% 0.41% -
XYZ 11.52 12.57 7.78 -
YUV 98.19 112.66 132.86 -
System Red Green Blue C M Y K H S L
Decimal 105 100 71 0 0.05 0.32 0.59 51.18 0.19 0.35
Hex 69 64 47 0 5 20 3B 33 13 23
Octal 151 144 107 0 5 40 73 63 23 43
Binary 1101001 1100100 1000111 0 101 100000 111011 110011 10011 100011

Color Harmonies of #696447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696447

Black with #696447

Text Example


Text Example

White with #696447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696447; }

 p { color: rgb(105,100,71); }

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

background-color css

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

 a { background-color: rgb(105,100,71); }

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

border-color css

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

 span { border-color: rgb(105,100,71); }

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