Html Css Color HEX #696444 Hemlock

📋 copy color: '#696444'

red 105 ◦ green 100 ◦ blue 68

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

Shades of Hemlock #696444

Tints of Hemlock #696444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.91%

R = 38.46%
G = 36.63%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#696444 (or 0x696444) is known color: Hemlock. HEX triplet: 69, 64 and 44. RGB value is (105,100,68). Sum of RGB (Red+Green+Blue) = 105+100+68=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 68 (26.95% from 255 or 24.91% from 273); Max value from RGB is 105 - color contains mainly: red. Hex color #696444 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696444 is #969BBB. Grayscale: #616161. Windows color (decimal): -9870268 or 4482153. OLE color: 4482153.

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

Color convert

RGB 105 100 68 -
CMYK 0 0.05 0.35 0.59
HSL 51.89º 0.21% 0.34% -
HSV(B) 51.89º 0.35% 0.41% -
XYZ 11.43 12.53 7.29 -
YUV 97.85 111.16 133.1 -
System Red Green Blue C M Y K H S L
Decimal 105 100 68 0 0.05 0.35 0.59 51.89 0.21 0.34
Hex 69 64 44 0 5 23 3B 34 15 22
Octal 151 144 104 0 5 43 73 64 25 42
Binary 1101001 1100100 1000100 0 101 100011 111011 110100 10101 100010

Color Harmonies of #696444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696444

Black with #696444

Text Example


Text Example

White with #696444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696444; }

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

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

background-color css

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

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

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

border-color css

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

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

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