Html Css Color HEX #696446 Hemlock

📋 copy color: '#696446'

red 105 ◦ green 100 ◦ blue 70

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

Shades of Hemlock #696446

Tints of Hemlock #696446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 38.18%
G = 36.36%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#696446 (or 0x696446) is known color: Hemlock. HEX triplet: 69, 64 and 46. RGB value is (105,100,70). Sum of RGB (Red+Green+Blue) = 105+100+70=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 100 (39.45% from 255 or 36.36% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #696446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696446 is #969BB9. Grayscale: #626262. Windows color (decimal): -9870266 or 4613225. OLE color: 4613225.

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

Color convert

RGB 105 100 70 -
CMYK 0 0.05 0.33 0.59
HSL 51.43º 0.2% 0.34% -
HSV(B) 51.43º 0.33% 0.41% -
XYZ 11.49 12.56 7.61 -
YUV 98.08 112.16 132.94 -
System Red Green Blue C M Y K H S L
Decimal 105 100 70 0 0.05 0.33 0.59 51.43 0.2 0.34
Hex 69 64 46 0 5 21 3B 33 14 22
Octal 151 144 106 0 5 41 73 63 24 42
Binary 1101001 1100100 1000110 0 101 100001 111011 110011 10100 100010

Color Harmonies of #696446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696446

Black with #696446

Text Example


Text Example

White with #696446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696446; }

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

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

background-color css

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

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

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

border-color css

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

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

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