Html Css Color HEX #696648 Hemlock

📋 copy color: '#696648'

red 105 ◦ green 102 ◦ blue 72

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

Shades of Hemlock #696648

Tints of Hemlock #696648

RGB

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

 GREEN value IS 102 (40.23% from 255) = 36.56%

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

R = 37.63%
G = 36.56%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#696648 (or 0x696648) is known color: Hemlock. HEX triplet: 69, 66 and 48. RGB value is (105,102,72). Sum of RGB (Red+Green+Blue) = 105+102+72=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 105 - color contains mainly: red. Hex color #696648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696648 is #9699B7. Grayscale: #636363. Windows color (decimal): -9869752 or 4744809. OLE color: 4744809.

HSL color Cylindrical-coordinate representation of color #696648: hue angle of 54.55º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #696648 is Cyan = 0, Magento = 0.03, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 102 72 -
CMYK 0 0.03 0.31 0.59
HSL 54.55º 0.19% 0.35% -
HSV(B) 54.55º 0.31% 0.41% -
XYZ 11.75 12.97 8.02 -
YUV 99.48 112.49 131.94 -
System Red Green Blue C M Y K H S L
Decimal 105 102 72 0 0.03 0.31 0.59 54.55 0.19 0.35
Hex 69 66 48 0 3 1F 3B 37 13 23
Octal 151 146 110 0 3 37 73 67 23 43
Binary 1101001 1100110 1001000 0 11 11111 111011 110111 10011 100011

Color Harmonies of #696648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696648

Black with #696648

Text Example


Text Example

White with #696648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696648; }

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

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

background-color css

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

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

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

border-color css

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

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

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