#634115

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

Shades of Dark Brown #634115

Tints of Dark Brown #634115

Color information

#634115 (or 0x634115) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 15. RGB value is (99,65,21). Sum of RGB (Red+Green+Blue) = 99+65+21=185 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.51% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 21 (8.59% from 255 or 11.35% from 185); Max value from RGB is 99 - color contains mainly: red. Hex color #634115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634115 is #9CBEEA. Grayscale: #464646. Windows color (decimal): -10272491 or 1392995. OLE color: 1392995.

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

Color convert

RGB996521-
CMYK00.340.790.61
HSL33.85º65%23.53%-
HSV(B)33.85º78.79%38.82%-
XYZ7.176.491.58-
YUV70.15100.26148.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.51%
GREEN value IS 65 (25.78% from 255) = 35.14%
BLUE value IS 21 (8.59% from 255) = 11.35%
R=53.51%
G=35.14%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99652100.340.790.6133.856523.53
Hex6341150224F3D224118
Octal14310125042117754210130
Binary110001110000011010101000101001111111101100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634115; }

 p { color: rgb(99,65,21); }

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

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

 a { background-color: rgb(99,65,21); }

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

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

 span { border-color: rgb(99,65,21); }

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