Html Css Color HEX #6C6F42 Hemlock

📋 copy color: '#6C6F42'

red 108 ◦ green 111 ◦ blue 66

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

Shades of Hemlock #6C6F42

Tints of Hemlock #6C6F42

RGB

 RED value IS 108 (42.58% from 255) = 37.89%

 GREEN value IS 111 (43.75% from 255) = 38.95%

 BLUE value IS 66 (26.17% from 255) = 23.16%

R = 37.89%
G = 38.95%
B = 23.16%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6C6F42 (or 0x6C6F42) is known color: Hemlock. HEX triplet: 6C, 6F and 42. RGB value is (108,111,66). Sum of RGB (Red+Green+Blue) = 108+111+66=285 (37% of max value = 765). Red value is 108 (42.58% from 255 or 37.89% from 285); Green value is 111 (43.75% from 255 or 38.95% from 285); Blue value is 66 (26.17% from 255 or 23.16% from 285); Max value from RGB is 111 - color contains mainly: green. Hex color #6C6F42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6F42 is #9390BD. Grayscale: #696969. Windows color (decimal): -9670846 or 4353900. OLE color: 4353900.

HSL color Cylindrical-coordinate representation of color #6C6F42: hue angle of 64º degrees, saturation: 0.25, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6C6F42 is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 108 111 66 -
CMYK 0.03 0 0.41 0.56
HSL 64º 0.25% 0.35% -
HSV(B) 64º 0.41% 0.44% -
XYZ 12.85 14.95 7.36 -
YUV 104.97 106.01 130.16 -
System Red Green Blue C M Y K H S L
Decimal 108 111 66 0.03 0 0.41 0.56 64 0.25 0.35
Hex 6C 6F 42 3 0 29 38 40 19 23
Octal 154 157 102 3 0 51 70 100 31 43
Binary 1101100 1101111 1000010 11 0 101001 111000 1000000 11001 100011

Color Harmonies of #6C6F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C6F42

Black with #6C6F42

Text Example


Text Example

White with #6C6F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,111,66); }

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

background-color css

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

 a { background-color: rgb(108,111,66); }

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

border-color css

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

 span { border-color: rgb(108,111,66); }

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