#634221

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

Shades of Dark Brown #634221

Tints of Dark Brown #634221

Color information

#634221 (or 0x634221) is unknown color: approx Dark Brown. HEX triplet: 63, 42 and 21. RGB value is (99,66,33). Sum of RGB (Red+Green+Blue) = 99+66+33=198 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 99 - color contains mainly: red. Hex color #634221 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634221 is #9CBDDE. Grayscale: #484848. Windows color (decimal): -10272223 or 2179683. OLE color: 2179683.

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

Color convert

RGB996633-
CMYK00.330.670.61
HSL30º50%25.88%-
HSV(B)30º66.67%38.82%-
XYZ7.376.662.34-
YUV72.1105.93147.18-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50%
GREEN value IS 66 (26.17% from 255) = 33.33%
BLUE value IS 33 (13.28% from 255) = 16.67%
R=50%
G=33.33%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99663300.330.670.61305025.88
Hex634221021433D1e321a
Octal1431024104110375366232
Binary11000111000010100001010000110000111111011111011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634221; }

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

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

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

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

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

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

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

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