#62421F

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

Shades of Dark Brown #62421F

Tints of Dark Brown #62421F

Color information

#62421F (or 0x62421F) is unknown color: approx Dark Brown. HEX triplet: 62, 42 and 1F. RGB value is (98,66,31). Sum of RGB (Red+Green+Blue) = 98+66+31=195 (25% of max value = 765). Red value is 98 (38.67% from 255 or 50.26% from 195); Green value is 66 (26.17% from 255 or 33.85% from 195); Blue value is 31 (12.5% from 255 or 15.90% from 195); Max value from RGB is 98 - color contains mainly: red. Hex color #62421F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #62421F is #9DBDE0. Grayscale: #474747. Windows color (decimal): -10337761 or 2048610. OLE color: 2048610.

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

Color convert

RGB986631-
CMYK00.330.680.62
HSL31.34º51.94%25.29%-
HSV(B)31.34º68.37%38.43%-
XYZ7.236.592.19-
YUV71.58105.1146.85-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 50.26%
GREEN value IS 66 (26.17% from 255) = 33.85%
BLUE value IS 31 (12.5% from 255) = 15.90%
R=50.26%
G=33.85%
B=15.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98663100.330.680.6231.3451.9425.29
Hex62421F021443E1f3419
Octal1421023704110476376431
Binary1100010100001011111010000110001001111101111111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62421F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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