#5F633A

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

Shades of Woodland #5F633A

Tints of Woodland #5F633A

Color information

#5F633A (or 0x5F633A) is unknown color: approx Woodland. HEX triplet: 5F, 63 and 3A. RGB value is (95,99,58). Sum of RGB (Red+Green+Blue) = 95+99+58=252 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.70% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #5F633A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F633A is #A09CC5. Grayscale: #5D5D5D. Windows color (decimal): -10525894 or 3826527. OLE color: 3826527.

HSL color Cylindrical-coordinate representation of color #5F633A: hue angle of 65.85º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5F633A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB959958-
CMYK0.0400.410.61
HSL65.85º26.11%30.78%-
HSV(B)65.85º41.41%38.82%-
XYZ9.9411.665.73-
YUV93.13108.17129.33-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 37.70%
GREEN value IS 99 (39.06% from 255) = 39.29%
BLUE value IS 58 (23.05% from 255) = 23.02%
R=37.70%
G=39.29%
B=23.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9599580.0400.410.6165.8526.1130.78
Hex5F633A40293D421a1f
Octal137143724051751023237
Binary10111111100011111010100010100111110110000101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F633A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F633A; }

 p { color: rgb(95,99,58); }

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

<style>
 a { background-color: #5F633A; }

 a { background-color: rgb(95,99,58); }

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

<style>
 span { border-color: #5F633A; }

 span { border-color: rgb(95,99,58); }

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