#62413E

Color #62413E Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #62413E

Tints of Woody Brown #62413E

Color information

#62413E (or 0x62413E) is unknown color: approx Woody Brown. HEX triplet: 62, 41 and 3E. RGB value is (98,65,62). Sum of RGB (Red+Green+Blue) = 98+65+62=225 (29% of max value = 765). Red value is 98 (38.67% from 255 or 43.56% from 225); Green value is 65 (25.78% from 255 or 28.89% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 98 - color contains mainly: red. Hex color #62413E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62413E is #9DBEC1. Grayscale: #4A4A4A. Windows color (decimal): -10337986 or 4079970. OLE color: 4079970.

HSL color Cylindrical-coordinate representation of color #62413E: hue angle of 5º 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 #62413E is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.62.

Color convert

RGB986562-
CMYK00.340.370.62
HSL22.5%31.37%-
HSV(B)36.73%38.43%-
XYZ7.86.735.44-
YUV74.52120.93144.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 43.56%
GREEN value IS 65 (25.78% from 255) = 28.89%
BLUE value IS 62 (24.61% from 255) = 27.56%
R=43.56%
G=28.89%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98656200.340.370.62522.531.37
Hex62413E022253E5161f
Octal14210176042457652637
Binary1100010100000111111001000101001011111101011011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62413E; }

 p { color: rgb(98,65,62); }

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

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

 a { background-color: rgb(98,65,62); }

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

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

 span { border-color: rgb(98,65,62); }

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