#6C7B41

Color #6C7B41 Woodland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woodland #6C7B41

Tints of Woodland #6C7B41

Color information

#6C7B41 (or 0x6C7B41) is unknown color: approx Woodland. HEX triplet: 6C, 7B and 41. RGB value is (108,123,65). Sum of RGB (Red+Green+Blue) = 108+123+65=296 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.49% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #6C7B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7B41 is #9384BE. Grayscale: #707070. Windows color (decimal): -9667775 or 4291436. OLE color: 4291436.

HSL color Cylindrical-coordinate representation of color #6C7B41: hue angle of 75.52º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C7B41 is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.52.

Color convert

RGB10812365-
CMYK0.1200.470.52
HSL75.52º30.85%36.86%-
HSV(B)75.52º47.15%48.24%-
XYZ14.2217.747.67-
YUV111.9101.53125.22-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.49%
GREEN value IS 123 (48.44% from 255) = 41.55%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=36.49%
G=41.55%
B=21.96%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal108123650.1200.470.5275.5230.8536.86
Hex6C7B41C02F344c1f25
Octal15417310114057641143745
Binary11011001111011100000111000101111110100100110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,123,65); }

 H1.HeaderClassName
 {
   color: #6C7B41;
 }
 .AnyTagClassName
 {
   color: #6C7B41;
 }
</style>
background-color css

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

 a { background-color: rgb(108,123,65); }

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

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

 span { border-color: rgb(108,123,65); }

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