#62421B

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

Shades of Dark Brown #62421B

Tints of Dark Brown #62421B

Color information

#62421B (or 0x62421B) is unknown color: approx Dark Brown. HEX triplet: 62, 42 and 1B. RGB value is (98,66,27). Sum of RGB (Red+Green+Blue) = 98+66+27=191 (25% of max value = 765). Red value is 98 (38.67% from 255 or 51.31% from 191); Green value is 66 (26.17% from 255 or 34.55% from 191); Blue value is 27 (10.94% from 255 or 14.14% from 191); Max value from RGB is 98 - color contains mainly: red. Hex color #62421B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62421B is #9DBDE4. Grayscale: #474747. Windows color (decimal): -10337765 or 1786466. OLE color: 1786466.

HSL color Cylindrical-coordinate representation of color #62421B: hue angle of 32.96º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #62421B is Cyan = 0, Magento = 0.33, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB986627-
CMYK00.330.720.62
HSL32.96º56.8%24.51%-
HSV(B)32.96º72.45%38.43%-
XYZ7.186.571.93-
YUV71.12103.1147.17-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 51.31%
GREEN value IS 66 (26.17% from 255) = 34.55%
BLUE value IS 27 (10.94% from 255) = 14.14%
R=51.31%
G=34.55%
B=14.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98662700.330.720.6232.9656.824.51
Hex62421B021483E213919
Octal1421023304111076417131
Binary11000101000010110110100001100100011111010000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62421B; }

 p { color: rgb(98,66,27); }

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

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

 a { background-color: rgb(98,66,27); }

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

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

 span { border-color: rgb(98,66,27); }

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