Html Css Color HEX #696346 Hemlock

📋 copy color: '#696346'

red 105 ◦ green 99 ◦ blue 70

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

Shades of Hemlock #696346

Tints of Hemlock #696346

RGB

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

 GREEN value IS 99 (39.06% from 255) = 36.13%

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

R = 38.32%
G = 36.13%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.33

 K value IS 0.59

RGB Variations

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

Color information

#696346 (or 0x696346) is known color: Hemlock. HEX triplet: 69, 63 and 46. RGB value is (105,99,70). Sum of RGB (Red+Green+Blue) = 105+99+70=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 99 (39.06% from 255 or 36.13% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 105 - color contains mainly: red. Hex color #696346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696346 is #969CB9. Grayscale: #616161. Windows color (decimal): -9870522 or 4612969. OLE color: 4612969.

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

Color convert

RGB 105 99 70 -
CMYK 0 0.06 0.33 0.59
HSL 49.71º 0.2% 0.34% -
HSV(B) 49.71º 0.33% 0.41% -
XYZ 11.39 12.37 7.58 -
YUV 97.49 112.49 133.36 -
System Red Green Blue C M Y K H S L
Decimal 105 99 70 0 0.06 0.33 0.59 49.71 0.2 0.34
Hex 69 63 46 0 6 21 3B 32 14 22
Octal 151 143 106 0 6 41 73 62 24 42
Binary 1101001 1100011 1000110 0 110 100001 111011 110010 10100 100010

Color Harmonies of #696346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696346

Black with #696346

Text Example


Text Example

White with #696346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #696346; }

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

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

background-color css

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

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

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

border-color css

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

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

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