Html Css Color HEX #696852 Hemlock

📋 copy color: '#696852'

red 105 ◦ green 104 ◦ blue 82

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

Shades of Hemlock #696852

Tints of Hemlock #696852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.74%

 BLUE value IS 82 (32.42% from 255) = 28.18%

R = 36.08%
G = 35.74%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#696852 (or 0x696852) is known color: Hemlock. HEX triplet: 69, 68 and 52. RGB value is (105,104,82). Sum of RGB (Red+Green+Blue) = 105+104+82=291 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.08% from 291); Green value is 104 (41.02% from 255 or 35.74% from 291); Blue value is 82 (32.42% from 255 or 28.18% from 291); Max value from RGB is 105 - color contains mainly: red. Hex color #696852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696852 is #9697AD. Grayscale: #656565. Windows color (decimal): -9869230 or 5400681. OLE color: 5400681.

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

Color convert

RGB 105 104 82 -
CMYK 0 0.01 0.22 0.59
HSL 57.39º 0.12% 0.37% -
HSV(B) 57.39º 0.22% 0.41% -
XYZ 12.3 13.51 9.94 -
YUV 101.79 116.83 130.29 -
System Red Green Blue C M Y K H S L
Decimal 105 104 82 0 0.01 0.22 0.59 57.39 0.12 0.37
Hex 69 68 52 0 1 16 3B 39 C 25
Octal 151 150 122 0 1 26 73 71 14 45
Binary 1101001 1101000 1010010 0 1 10110 111011 111001 1100 100101

Color Harmonies of #696852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696852

Black with #696852

Text Example


Text Example

White with #696852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696852; }

 p { color: rgb(105,104,82); }

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

background-color css

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

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

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

border-color css

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

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

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