Html Css Color HEX #6B6B49 Hemlock

📋 copy color: '#6B6B49'

red 107 ◦ green 107 ◦ blue 73

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

Shades of Hemlock #6B6B49

Tints of Hemlock #6B6B49

RGB

 RED value IS 107 (42.19% from 255) = 37.28%

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

 BLUE value IS 73 (28.91% from 255) = 25.44%

R = 37.28%
G = 37.28%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#6B6B49 (or 0x6B6B49) is known color: Hemlock. HEX triplet: 6B, 6B and 49. RGB value is (107,107,73). Sum of RGB (Red+Green+Blue) = 107+107+73=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 107 (42.19% from 255 or 37.28% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 107 - color contains mainly: red, green. Hex color #6B6B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6B49 is #9494B6. Grayscale: #676767. Windows color (decimal): -9737399 or 4811627. OLE color: 4811627.

HSL color Cylindrical-coordinate representation of color #6B6B49: hue angle of 60º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6B6B49 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 107 73 -
CMYK 0 0 0.32 0.58
HSL 60º 0.19% 0.35% -
HSV(B) 60º 0.32% 0.42% -
XYZ 12.52 14.12 8.37 -
YUV 103.12 111 130.76 -
System Red Green Blue C M Y K H S L
Decimal 107 107 73 0 0 0.32 0.58 60 0.19 0.35
Hex 6B 6B 49 0 0 20 3A 3C 13 23
Octal 153 153 111 0 0 40 72 74 23 43
Binary 1101011 1101011 1001001 0 0 100000 111010 111100 10011 100011

Color Harmonies of #6B6B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B6B49

Black with #6B6B49

Text Example


Text Example

White with #6B6B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,107,73); }

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

background-color css

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

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

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

border-color css

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

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

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