Html Css Color HEX #696953 Hemlock

📋 copy color: '#696953'

red 105 ◦ green 105 ◦ blue 83

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

Shades of Hemlock #696953

Tints of Hemlock #696953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 28.33%

R = 35.84%
G = 35.84%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#696953 (or 0x696953) is known color: Hemlock. HEX triplet: 69, 69 and 53. RGB value is (105,105,83). Sum of RGB (Red+Green+Blue) = 105+105+83=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696953 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696953 is #9696AC. Grayscale: #666666. Windows color (decimal): -9868973 or 5466473. OLE color: 5466473.

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

Color convert

RGB 105 105 83 -
CMYK 0 0 0.21 0.59
HSL 60º 0.12% 0.37% -
HSV(B) 60º 0.21% 0.41% -
XYZ 12.44 13.73 10.18 -
YUV 102.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 105 105 83 0 0 0.21 0.59 60 0.12 0.37
Hex 69 69 53 0 0 15 3B 3C C 25
Octal 151 151 123 0 0 25 73 74 14 45
Binary 1101001 1101001 1010011 0 0 10101 111011 111100 1100 100101

Color Harmonies of #696953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696953

Black with #696953

Text Example


Text Example

White with #696953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696953; }

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

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

background-color css

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

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

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

border-color css

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

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

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