Html Css Color HEX #696850 Hemlock

📋 copy color: '#696850'

red 105 ◦ green 104 ◦ blue 80

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

Shades of Hemlock #696850

Tints of Hemlock #696850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 27.68%

R = 36.33%
G = 35.99%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#696850 (or 0x696850) is known color: Hemlock. HEX triplet: 69, 68 and 50. RGB value is (105,104,80). Sum of RGB (Red+Green+Blue) = 105+104+80=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 104 (41.02% from 255 or 35.99% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #696850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696850 is #9697AF. Grayscale: #656565. Windows color (decimal): -9869232 or 5269609. OLE color: 5269609.

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

Color convert

RGB 105 104 80 -
CMYK 0 0.01 0.24 0.59
HSL 57.6º 0.14% 0.36% -
HSV(B) 57.6º 0.24% 0.41% -
XYZ 12.22 13.48 9.55 -
YUV 101.56 115.83 130.45 -
System Red Green Blue C M Y K H S L
Decimal 105 104 80 0 0.01 0.24 0.59 57.6 0.14 0.36
Hex 69 68 50 0 1 18 3B 3A E 24
Octal 151 150 120 0 1 30 73 72 16 44
Binary 1101001 1101000 1010000 0 1 11000 111011 111010 1110 100100

Color Harmonies of #696850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696850

Black with #696850

Text Example


Text Example

White with #696850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696850; }

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

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

background-color css

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

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

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

border-color css

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

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

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