Html Css Color HEX #6A6B4C Hemlock

📋 copy color: '#6A6B4C'

red 106 ◦ green 107 ◦ blue 76

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

Shades of Hemlock #6A6B4C

Tints of Hemlock #6A6B4C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 37.02%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 36.68%
G = 37.02%
B = 26.3%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#6A6B4C (or 0x6A6B4C) is known color: Hemlock. HEX triplet: 6A, 6B and 4C. RGB value is (106,107,76). Sum of RGB (Red+Green+Blue) = 106+107+76=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 107 (42.19% from 255 or 37.02% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B4C is #9594B3. Grayscale: #676767. Windows color (decimal): -9802932 or 5008234. OLE color: 5008234.

HSL color Cylindrical-coordinate representation of color #6A6B4C: hue angle of 61.94º degrees, saturation: 0.17, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A6B4C is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 107 76 -
CMYK 0.01 0 0.29 0.58
HSL 61.94º 0.17% 0.36% -
HSV(B) 61.94º 0.29% 0.42% -
XYZ 12.51 14.1 8.9 -
YUV 103.17 112.67 130.02 -
System Red Green Blue C M Y K H S L
Decimal 106 107 76 0.01 0 0.29 0.58 61.94 0.17 0.36
Hex 6A 6B 4C 1 0 1D 3A 3E 11 24
Octal 152 153 114 1 0 35 72 76 21 44
Binary 1101010 1101011 1001100 1 0 11101 111010 111110 10001 100100

Color Harmonies of #6A6B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6B4C

Black with #6A6B4C

Text Example


Text Example

White with #6A6B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,107,76); }

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

background-color css

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

 a { background-color: rgb(106,107,76); }

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

border-color css

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

 span { border-color: rgb(106,107,76); }

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