#634114

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

Shades of Dark Brown #634114

Tints of Dark Brown #634114

Color information

#634114 (or 0x634114) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 14. RGB value is (99,65,20). Sum of RGB (Red+Green+Blue) = 99+65+20=184 (24% of max value = 765). Red value is 99 (39.06% from 255 or 53.80% from 184); Green value is 65 (25.78% from 255 or 35.33% from 184); Blue value is 20 (8.20% from 255 or 10.87% from 184); Max value from RGB is 99 - color contains mainly: red. Hex color #634114 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #634114 is #9CBEEB. Grayscale: #464646. Windows color (decimal): -10272492 or 1327459. OLE color: 1327459.

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

Color convert

RGB996520-
CMYK00.340.800.61
HSL34.18º66.39%23.33%-
HSV(B)34.18º79.8%38.82%-
XYZ7.166.481.54-
YUV70.0499.76148.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 53.80%
GREEN value IS 65 (25.78% from 255) = 35.33%
BLUE value IS 20 (8.20% from 255) = 10.87%
R=53.80%
G=35.33%
B=10.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.80
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99652000.340.800.6134.1866.3923.33
Hex634114022503D224217
Octal14310124042120754210227
Binary110001110000011010001000101010000111101100010100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634114

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634114; }

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

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

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

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

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

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

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

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