#634019

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

Shades of Dark Brown #634019

Tints of Dark Brown #634019

Color information

#634019 (or 0x634019) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 19. RGB value is (99,64,25). Sum of RGB (Red+Green+Blue) = 99+64+25=188 (24% of max value = 765). Red value is 99 (39.06% from 255 or 52.66% from 188); Green value is 64 (25.39% from 255 or 34.04% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 99 - color contains mainly: red. Hex color #634019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634019 is #9CBFE6. Grayscale: #464646. Windows color (decimal): -10272743 or 1654883. OLE color: 1654883.

HSL color Cylindrical-coordinate representation of color #634019: hue angle of 31.62º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #634019 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.61.

Color convert

RGB996425-
CMYK00.350.750.61
HSL31.62º59.68%24.31%-
HSV(B)31.62º74.75%38.82%-
XYZ7.156.391.78-
YUV70.02102.6148.67-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 52.66%
GREEN value IS 64 (25.39% from 255) = 34.04%
BLUE value IS 25 (10.16% from 255) = 13.30%
R=52.66%
G=34.04%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99642500.350.750.6131.6259.6824.31
Hex6340190234B3D203c18
Octal1431003104311375407430
Binary11000111000000110010100011100101111110110000011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634019; }

 p { color: rgb(99,64,25); }

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

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

 a { background-color: rgb(99,64,25); }

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

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

 span { border-color: rgb(99,64,25); }

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