#65703B

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

Shades of Woodland #65703B

Tints of Woodland #65703B

Color information

#65703B (or 0x65703B) is unknown color: approx Woodland. HEX triplet: 65, 70 and 3B. RGB value is (101,112,59). Sum of RGB (Red+Green+Blue) = 101+112+59=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 59 (23.44% from 255 or 21.69% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #65703B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65703B is #9A8FC4. Grayscale: #666666. Windows color (decimal): -10129349 or 3895397. OLE color: 3895397.

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

Color convert

RGB10111259-
CMYK0.1000.470.56
HSL72.45º30.99%33.53%-
HSV(B)72.45º47.32%43.92%-
XYZ11.9514.676.34-
YUV102.67103.36126.81-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 112 (44.14% from 255) = 41.18%
BLUE value IS 59 (23.44% from 255) = 21.69%
R=37.13%
G=41.18%
B=21.69%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112590.1000.470.5672.4530.9933.53
Hex65703BA02F38481f22
Octal1451607312057701103742
Binary1100101111000011101110100101111111000100100011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65703B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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