#62401A

Color #62401A Dark Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Brown #62401A

Tints of Dark Brown #62401A

Color information

#62401A (or 0x62401A) is unknown color: approx Dark Brown. HEX triplet: 62, 40 and 1A. RGB value is (98,64,26). Sum of RGB (Red+Green+Blue) = 98+64+26=188 (24% of max value = 765). Red value is 98 (38.67% from 255 or 52.13% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 26 (10.55% from 255 or 13.83% from 188); Max value from RGB is 98 - color contains mainly: red. Hex color #62401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62401A is #9DBFE5. Grayscale: #464646. Windows color (decimal): -10338278 or 1720418. OLE color: 1720418.

HSL color Cylindrical-coordinate representation of color #62401A: hue angle of 31.67º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #62401A is Cyan = 0, Magento = 0.35, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB986426-
CMYK00.350.730.62
HSL31.67º58.06%24.31%-
HSV(B)31.67º73.47%38.43%-
XYZ7.066.341.83-
YUV69.83103.26148.09-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 52.13%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 26 (10.55% from 255) = 13.83%
R=52.13%
G=34.04%
B=13.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98642600.350.730.6231.6758.0624.31
Hex62401A023493E203a18
Octal1421003204311176407230
Binary11000101000000110100100011100100111111010000011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62401A; }

 p { color: rgb(98,64,26); }

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

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

 a { background-color: rgb(98,64,26); }

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

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

 span { border-color: rgb(98,64,26); }

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