Html Css Color HEX #696951 Hemlock

📋 copy color: '#696951'

red 105 ◦ green 105 ◦ blue 81

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

Shades of Hemlock #696951

Tints of Hemlock #696951

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.08%

 BLUE value IS 81 (32.03% from 255) = 27.84%

R = 36.08%
G = 36.08%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#696951 (or 0x696951) is known color: Hemlock. HEX triplet: 69, 69 and 51. RGB value is (105,105,81). Sum of RGB (Red+Green+Blue) = 105+105+81=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 81 (32.03% from 255 or 27.84% from 291); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696951 is #9696AE. Grayscale: #666666. Windows color (decimal): -9868975 or 5335401. OLE color: 5335401.

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

Color convert

RGB 105 105 81 -
CMYK 0 0 0.23 0.59
HSL 60º 0.13% 0.36% -
HSV(B) 60º 0.23% 0.41% -
XYZ 12.36 13.7 9.78 -
YUV 102.26 116 129.95 -
System Red Green Blue C M Y K H S L
Decimal 105 105 81 0 0 0.23 0.59 60 0.13 0.36
Hex 69 69 51 0 0 17 3B 3C D 24
Octal 151 151 121 0 0 27 73 74 15 44
Binary 1101001 1101001 1010001 0 0 10111 111011 111100 1101 100100

Color Harmonies of #696951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696951

Black with #696951

Text Example


Text Example

White with #696951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696951; }

 p { color: rgb(105,105,81); }

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

background-color css

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

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

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

border-color css

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

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

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