Html Css Color HEX #696955 Hemlock

📋 copy color: '#696955'

red 105 ◦ green 105 ◦ blue 85

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

Shades of Hemlock #696955

Tints of Hemlock #696955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.81%

R = 35.59%
G = 35.59%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#696955 (or 0x696955) is known color: Hemlock. HEX triplet: 69, 69 and 55. RGB value is (105,105,85). Sum of RGB (Red+Green+Blue) = 105+105+85=295 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.59% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 85 (33.59% from 255 or 28.81% from 295); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696955 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696955 is #9696AA. Grayscale: #666666. Windows color (decimal): -9868971 or 5597545. OLE color: 5597545.

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

Color convert

RGB 105 105 85 -
CMYK 0 0 0.19 0.59
HSL 60º 0.11% 0.37% -
HSV(B) 60º 0.19% 0.41% -
XYZ 12.52 13.76 10.59 -
YUV 102.72 118 129.63 -
System Red Green Blue C M Y K H S L
Decimal 105 105 85 0 0 0.19 0.59 60 0.11 0.37
Hex 69 69 55 0 0 13 3B 3C B 25
Octal 151 151 125 0 0 23 73 74 13 45
Binary 1101001 1101001 1010101 0 0 10011 111011 111100 1011 100101

Color Harmonies of #696955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696955

Black with #696955

Text Example


Text Example

White with #696955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696955; }

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

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

background-color css

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

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

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

border-color css

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

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

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