Html Css Color HEX #696A4A Hemlock

📋 copy color: '#696A4A'

red 105 ◦ green 106 ◦ blue 74

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

Shades of Hemlock #696A4A

Tints of Hemlock #696A4A

RGB

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

 GREEN value IS 106 (41.8% from 255) = 37.19%

 BLUE value IS 74 (29.3% from 255) = 25.96%

R = 36.84%
G = 37.19%
B = 25.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#696A4A (or 0x696A4A) is known color: Hemlock. HEX triplet: 69, 6A and 4A. RGB value is (105,106,74). Sum of RGB (Red+Green+Blue) = 105+106+74=285 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.84% from 285); Green value is 106 (41.80% from 255 or 37.19% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 106 - color contains mainly: green. Hex color #696A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A4A is #9695B5. Grayscale: #666666. Windows color (decimal): -9868726 or 4876905. OLE color: 4876905.

HSL color Cylindrical-coordinate representation of color #696A4A: hue angle of 61.88º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #696A4A is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 105 106 74 -
CMYK 0.01 0 0.30 0.58
HSL 61.88º 0.18% 0.35% -
HSV(B) 61.88º 0.3% 0.42% -
XYZ 12.22 13.81 8.5 -
YUV 102.05 112.17 130.1 -
System Red Green Blue C M Y K H S L
Decimal 105 106 74 0.01 0 0.30 0.58 61.88 0.18 0.35
Hex 69 6A 4A 1 0 1E 3A 3E 12 23
Octal 151 152 112 1 0 36 72 76 22 43
Binary 1101001 1101010 1001010 1 0 11110 111010 111110 10010 100011

Color Harmonies of #696A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #696A4A

Black with #696A4A

Text Example


Text Example

White with #696A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,106,74); }

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

background-color css

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

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

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

border-color css

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

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

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