#5C613D

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

Shades of Woodland #5C613D

Tints of Woodland #5C613D

Color information

#5C613D (or 0x5C613D) is unknown color: approx Woodland. HEX triplet: 5C, 61 and 3D. RGB value is (92,97,61). Sum of RGB (Red+Green+Blue) = 92+97+61=250 (33% of max value = 765). Red value is 92 (36.33% from 255 or 36.8% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 97 - color contains mainly: green. Hex color #5C613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C613D is #A39EC2. Grayscale: #5B5B5B. Windows color (decimal): -10723011 or 4022620. OLE color: 4022620.

HSL color Cylindrical-coordinate representation of color #5C613D: hue angle of 68.33º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C613D is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB929761-
CMYK0.0500.370.62
HSL68.33º22.78%30.98%-
HSV(B)68.33º37.11%38.04%-
XYZ9.5311.166.07-
YUV91.4110.84128.43-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 36.8%
GREEN value IS 97 (38.28% from 255) = 38.8%
BLUE value IS 61 (24.22% from 255) = 24.4%
R=36.8%
G=38.8%
B=24.4%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9297610.0500.370.6268.3322.7830.98
Hex5C613D50253E44171f
Octal134141755045761042737
Binary10111001100001111101101010010111111010001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C613D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,97,61); }

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

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

 a { background-color: rgb(92,97,61); }

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

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

 span { border-color: rgb(92,97,61); }

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