Html Css Color HEX #6A664A Hemlock

📋 copy color: '#6A664A'

red 106 ◦ green 102 ◦ blue 74

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

Shades of Hemlock #6A664A

Tints of Hemlock #6A664A

RGB

 RED value IS 106 (41.8% from 255) = 37.59%

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

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

R = 37.59%
G = 36.17%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.58

RGB Variations

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

Color information

#6A664A (or 0x6A664A) is known color: Hemlock. HEX triplet: 6A, 66 and 4A. RGB value is (106,102,74). Sum of RGB (Red+Green+Blue) = 106+102+74=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 102 (40.23% from 255 or 36.17% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 106 - color contains mainly: red. Hex color #6A664A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A664A is #9599B5. Grayscale: #646464. Windows color (decimal): -9804214 or 4875882. OLE color: 4875882.

HSL color Cylindrical-coordinate representation of color #6A664A: hue angle of 52.5º 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 #6A664A is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 102 74 -
CMYK 0 0.04 0.30 0.58
HSL 52.5º 0.18% 0.35% -
HSV(B) 52.5º 0.3% 0.42% -
XYZ 11.93 13.06 8.37 -
YUV 100 113.33 132.28 -
System Red Green Blue C M Y K H S L
Decimal 106 102 74 0 0.04 0.30 0.58 52.5 0.18 0.35
Hex 6A 66 4A 0 4 1E 3A 34 12 23
Octal 152 146 112 0 4 36 72 64 22 43
Binary 1101010 1100110 1001010 0 100 11110 111010 110100 10010 100011

Color Harmonies of #6A664A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A664A

Black with #6A664A

Text Example


Text Example

White with #6A664A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A664A; }

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

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

background-color css

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

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

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

border-color css

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

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

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