#634124

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

Shades of Dark Brown #634124

Tints of Dark Brown #634124

Color information

#634124 (or 0x634124) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 24. RGB value is (99,65,36). Sum of RGB (Red+Green+Blue) = 99+65+36=200 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.5% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 36 (14.45% from 255 or 18% from 200); Max value from RGB is 99 - color contains mainly: red. Hex color #634124 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634124 is #9CBEDB. Grayscale: #484848. Windows color (decimal): -10272476 or 2376035. OLE color: 2376035.

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

Color convert

RGB996536-
CMYK00.340.640.61
HSL27.62º46.67%26.47%-
HSV(B)27.62º63.64%38.82%-
XYZ7.356.562.55-
YUV71.86107.76147.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.5%
GREEN value IS 65 (25.78% from 255) = 32.5%
BLUE value IS 36 (14.45% from 255) = 18%
R=49.5%
G=32.5%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99653600.340.640.6127.6246.6726.47
Hex634124022403D1c2f1a
Octal1431014404210075345732
Binary11000111000001100100010001010000001111011110010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634124; }

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

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

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

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

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

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

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

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