Html Css Color HEX #6D6A48 Hemlock

📋 copy color: '#6D6A48'

red 109 ◦ green 106 ◦ blue 72

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

Shades of Hemlock #6D6A48

Tints of Hemlock #6D6A48

RGB

 RED value IS 109 (42.97% from 255) = 37.98%

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

 BLUE value IS 72 (28.52% from 255) = 25.09%

R = 37.98%
G = 36.93%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#6D6A48 (or 0x6D6A48) is known color: Hemlock. HEX triplet: 6D, 6A and 48. RGB value is (109,106,72). Sum of RGB (Red+Green+Blue) = 109+106+72=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 106 (41.80% from 255 or 36.93% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6A48 is #9295B7. Grayscale: #676767. Windows color (decimal): -9606584 or 4745837. OLE color: 4745837.

HSL color Cylindrical-coordinate representation of color #6D6A48: hue angle of 55.14º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6D6A48 is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 106 72 -
CMYK 0 0.03 0.34 0.57
HSL 55.14º 0.2% 0.35% -
HSV(B) 55.14º 0.34% 0.43% -
XYZ 12.63 14.03 8.17 -
YUV 103.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 109 106 72 0 0.03 0.34 0.57 55.14 0.2 0.35
Hex 6D 6A 48 0 3 22 39 37 14 23
Octal 155 152 110 0 3 42 71 67 24 43
Binary 1101101 1101010 1001000 0 11 100010 111001 110111 10100 100011

Color Harmonies of #6D6A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6A48

Black with #6D6A48

Text Example


Text Example

White with #6D6A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,106,72); }

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

background-color css

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

 a { background-color: rgb(109,106,72); }

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

border-color css

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

 span { border-color: rgb(109,106,72); }

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