Html Css Color HEX #696746 Hemlock

📋 copy color: '#696746'

red 105 ◦ green 103 ◦ blue 70

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

Shades of Hemlock #696746

Tints of Hemlock #696746

RGB

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

 GREEN value IS 103 (40.63% from 255) = 37.05%

 BLUE value IS 70 (27.73% from 255) = 25.18%

R = 37.77%
G = 37.05%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#696746 (or 0x696746) is known color: Hemlock. HEX triplet: 69, 67 and 46. RGB value is (105,103,70). Sum of RGB (Red+Green+Blue) = 105+103+70=278 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.77% from 278); Green value is 103 (40.62% from 255 or 37.05% from 278); Blue value is 70 (27.73% from 255 or 25.18% from 278); Max value from RGB is 105 - color contains mainly: red. Hex color #696746 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696746 is #9698B9. Grayscale: #636363. Windows color (decimal): -9869498 or 4613993. OLE color: 4613993.

HSL color Cylindrical-coordinate representation of color #696746: hue angle of 56.57º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #696746 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 103 70 -
CMYK 0 0.02 0.33 0.59
HSL 56.57º 0.2% 0.34% -
HSV(B) 56.57º 0.33% 0.41% -
XYZ 11.78 13.15 7.71 -
YUV 99.84 111.16 131.68 -
System Red Green Blue C M Y K H S L
Decimal 105 103 70 0 0.02 0.33 0.59 56.57 0.2 0.34
Hex 69 67 46 0 2 21 3B 39 14 22
Octal 151 147 106 0 2 41 73 71 24 42
Binary 1101001 1100111 1000110 0 10 100001 111011 111001 10100 100010

Color Harmonies of #696746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696746

Black with #696746

Text Example


Text Example

White with #696746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696746; }

 p { color: rgb(105,103,70); }

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

background-color css

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

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

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

border-color css

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

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

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