#634224

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

Shades of Dark Brown #634224

Tints of Dark Brown #634224

Color information

#634224 (or 0x634224) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 24. RGB value is (99,66,36). Sum of RGB (Red+Green+Blue) = 99+66+36=201 (26% of max value = 765). Red value is 99 (39.06% from 255 or 49.25% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 36 (14.45% from 255 or 17.91% from 201); Max value from RGB is 99 - color contains mainly: red. Hex color #634224 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634224 is #9CBDDB. Grayscale: #484848. Windows color (decimal): -10272220 or 2376291. OLE color: 2376291.

HSL color Cylindrical-coordinate representation of color #634224: hue angle of 28.57º 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 #634224 is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.61.

Color convert

RGB996636-
CMYK00.330.640.61
HSL28.57º46.67%26.47%-
HSV(B)28.57º63.64%38.82%-
XYZ7.416.682.57-
YUV72.45107.43146.94-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 49.25%
GREEN value IS 66 (26.17% from 255) = 32.84%
BLUE value IS 36 (14.45% from 255) = 17.91%
R=49.25%
G=32.84%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.64
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99663600.330.640.6128.5746.6726.47
Hex634224021403D1d2f1a
Octal1431024404110075355732
Binary11000111000010100100010000110000001111011110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634224; }

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

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

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

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

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

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

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

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