#606538

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

Shades of Woodland #606538

Tints of Woodland #606538

Color information

#606538 (or 0x606538) is unknown color: approx Woodland. HEX triplet: 60, 65 and 38. RGB value is (96,101,56). Sum of RGB (Red+Green+Blue) = 96+101+56=253 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.94% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 56 (22.27% from 255 or 22.13% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #606538 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606538 is #9F9AC7. Grayscale: #5E5E5E. Windows color (decimal): -10459848 or 3695968. OLE color: 3695968.

HSL color Cylindrical-coordinate representation of color #606538: hue angle of 66.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #606538 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.

Color convert

RGB9610156-
CMYK0.0500.450.60
HSL66.67º28.66%30.78%-
HSV(B)66.67º44.55%39.61%-
XYZ10.1912.085.54-
YUV94.38106.34129.16-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.94%
GREEN value IS 101 (39.84% from 255) = 39.92%
BLUE value IS 56 (22.27% from 255) = 22.13%
R=37.94%
G=39.92%
B=22.13%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96101560.0500.450.6066.6728.6630.78
Hex606538502D3C431d1f
Octal140145705055741033537
Binary11000001100101111000101010110111110010000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606538; }

 p { color: rgb(96,101,56); }

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

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

 a { background-color: rgb(96,101,56); }

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

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

 span { border-color: rgb(96,101,56); }

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