Html Css Color HEX #696B48 Hemlock

📋 copy color: '#696B48'

red 105 ◦ green 107 ◦ blue 72

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

Shades of Hemlock #696B48

Tints of Hemlock #696B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.68%

 BLUE value IS 72 (28.52% from 255) = 25.35%

R = 36.97%
G = 37.68%
B = 25.35%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#696B48 (or 0x696B48) is known color: Hemlock. HEX triplet: 69, 6B and 48. RGB value is (105,107,72). Sum of RGB (Red+Green+Blue) = 105+107+72=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 107 - color contains mainly: green. Hex color #696B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B48 is #9694B7. Grayscale: #666666. Windows color (decimal): -9868472 or 4746089. OLE color: 4746089.

HSL color Cylindrical-coordinate representation of color #696B48: hue angle of 63.43º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696B48 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 107 72 -
CMYK 0.02 0 0.33 0.58
HSL 63.43º 0.2% 0.35% -
HSV(B) 63.43º 0.33% 0.42% -
XYZ 12.25 13.99 8.18 -
YUV 102.41 110.84 129.85 -
System Red Green Blue C M Y K H S L
Decimal 105 107 72 0.02 0 0.33 0.58 63.43 0.2 0.35
Hex 69 6B 48 2 0 21 3A 3F 14 23
Octal 151 153 110 2 0 41 72 77 24 43
Binary 1101001 1101011 1001000 10 0 100001 111010 111111 10100 100011

Color Harmonies of #696B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696B48

Black with #696B48

Text Example


Text Example

White with #696B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696B48; }

 p { color: rgb(105,107,72); }

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

background-color css

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

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

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

border-color css

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

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

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