Html Css Color HEX #696950 Hemlock

📋 copy color: '#696950'

red 105 ◦ green 105 ◦ blue 80

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

Shades of Hemlock #696950

Tints of Hemlock #696950

RGB

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

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

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

R = 36.21%
G = 36.21%
B = 27.59%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#696950 (or 0x696950) is known color: Hemlock. HEX triplet: 69, 69 and 50. RGB value is (105,105,80). Sum of RGB (Red+Green+Blue) = 105+105+80=290 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.21% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 80 (31.64% from 255 or 27.59% from 290); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696950 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696950 is #9696AF. Grayscale: #666666. Windows color (decimal): -9868976 or 5269865. OLE color: 5269865.

HSL color Cylindrical-coordinate representation of color #696950: hue angle of 60º 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 #696950 is Cyan = 0, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 105 80 -
CMYK 0 0 0.24 0.59
HSL 60º 0.14% 0.36% -
HSV(B) 60º 0.24% 0.41% -
XYZ 12.33 13.69 9.58 -
YUV 102.15 115.5 130.03 -
System Red Green Blue C M Y K H S L
Decimal 105 105 80 0 0 0.24 0.59 60 0.14 0.36
Hex 69 69 50 0 0 18 3B 3C E 24
Octal 151 151 120 0 0 30 73 74 16 44
Binary 1101001 1101001 1010000 0 0 11000 111011 111100 1110 100100

Color Harmonies of #696950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696950

Black with #696950

Text Example


Text Example

White with #696950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696950; }

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

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

background-color css

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

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

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

border-color css

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

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

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