#6B763C

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

Shades of Woodland #6B763C

Tints of Woodland #6B763C

Color information

#6B763C (or 0x6B763C) is unknown color: approx Woodland. HEX triplet: 6B, 76 and 3C. RGB value is (107,118,60). Sum of RGB (Red+Green+Blue) = 107+118+60=285 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.54% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 118 - color contains mainly: green. Hex color #6B763C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B763C is #9489C3. Grayscale: #6C6C6C. Windows color (decimal): -9734596 or 3962475. OLE color: 3962475.

HSL color Cylindrical-coordinate representation of color #6B763C: hue angle of 71.38º degrees, saturation: 0.33, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B763C is Cyan = 0.09, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB10711860-
CMYK0.0900.490.54
HSL71.38º32.58%34.9%-
HSV(B)71.38º49.15%46.27%-
XYZ13.3616.416.74-
YUV108.1100.86127.22-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.54%
GREEN value IS 118 (46.48% from 255) = 41.40%
BLUE value IS 60 (23.83% from 255) = 21.05%
R=37.54%
G=41.40%
B=21.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107118600.0900.490.5471.3832.5834.9
Hex6B763C903136472123
Octal1531667411061661074143
Binary11010111110110111100100101100011101101000111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,118,60); }

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

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

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

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

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

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

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