#624214

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

Shades of Dark Brown #624214

Tints of Dark Brown #624214

Color information

#624214 (or 0x624214) is unknown color: approx Dark Brown. HEX triplet: 62, 42 and 14. RGB value is (98,66,20). Sum of RGB (Red+Green+Blue) = 98+66+20=184 (24% of max value = 765). Red value is 98 (38.67% from 255 or 53.26% from 184); Green value is 66 (26.17% from 255 or 35.87% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 98 - color contains mainly: red. Hex color #624214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #624214 is #9DBDEB. Grayscale: #464646. Windows color (decimal): -10337772 or 1327714. OLE color: 1327714.

HSL color Cylindrical-coordinate representation of color #624214: hue angle of 35.38º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #624214 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB986620-
CMYK00.330.800.62
HSL35.38º66.1%23.14%-
HSV(B)35.38º79.59%38.43%-
XYZ7.116.541.55-
YUV70.3299.6147.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 53.26%
GREEN value IS 66 (26.17% from 255) = 35.87%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=53.26%
G=35.87%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98662000.330.800.6235.3866.123.14
Hex624214021503E234217
Octal14210224041120764310227
Binary110001010000101010001000011010000111110100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #624214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #624214; }

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

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

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

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

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

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

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

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