#6B7544

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

Shades of Woodland #6B7544

Tints of Woodland #6B7544

Color information

#6B7544 (or 0x6B7544) is unknown color: approx Woodland. HEX triplet: 6B, 75 and 44. RGB value is (107,117,68). Sum of RGB (Red+Green+Blue) = 107+117+68=292 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.64% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 117 - color contains mainly: green. Hex color #6B7544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7544 is #948ABB. Grayscale: #6C6C6C. Windows color (decimal): -9734844 or 4486507. OLE color: 4486507.

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

Color convert

RGB10711768-
CMYK0.0900.420.54
HSL72.24º26.49%36.27%-
HSV(B)72.24º41.88%45.88%-
XYZ13.4716.277.9-
YUV108.42105.19126.98-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 36.64%
GREEN value IS 117 (46.09% from 255) = 40.07%
BLUE value IS 68 (26.95% from 255) = 23.29%
R=36.64%
G=40.07%
B=23.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal107117680.0900.420.5472.2426.4936.27
Hex6B7544902A36481a24
Octal15316510411052661103244
Binary11010111110101100010010010101010110110100100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B7544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,117,68); }

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

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

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

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

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

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

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