#65704B

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

Shades of Woodland #65704B

Tints of Woodland #65704B

Color information

#65704B (or 0x65704B) is unknown color: approx Woodland. HEX triplet: 65, 70 and 4B. RGB value is (101,112,75). Sum of RGB (Red+Green+Blue) = 101+112+75=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 112 (44.14% from 255 or 38.89% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 112 - color contains mainly: green. Hex color #65704B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65704B is #9A8FB4. Grayscale: #686868. Windows color (decimal): -10129333 or 4943973. OLE color: 4943973.

HSL color Cylindrical-coordinate representation of color #65704B: hue angle of 77.84º degrees, saturation: 0.2, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #65704B is Cyan = 0.10, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB10111275-
CMYK0.1000.330.56
HSL77.84º19.79%36.67%-
HSV(B)77.84º33.04%43.92%-
XYZ12.4314.868.87-
YUV104.49111.36125.51-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.07%
GREEN value IS 112 (44.14% from 255) = 38.89%
BLUE value IS 75 (29.69% from 255) = 26.04%
R=35.07%
G=38.89%
B=26.04%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112750.1000.330.5677.8419.7936.67
Hex65704BA021384e1425
Octal14516011312041701162445
Binary11001011110000100101110100100001111000100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65704B; }

 p { color: rgb(101,112,75); }

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

<style>
 a { background-color: #65704B; }

 a { background-color: rgb(101,112,75); }

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

<style>
 span { border-color: #65704B; }

 span { border-color: rgb(101,112,75); }

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