#634121

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

Shades of Dark Brown #634121

Tints of Dark Brown #634121

Color information

#634121 (or 0x634121) is unknown color: approx Dark Brown. HEX triplet: 63, 41 and 21. RGB value is (99,65,33). Sum of RGB (Red+Green+Blue) = 99+65+33=197 (26% of max value = 765). Red value is 99 (39.06% from 255 or 50.25% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 99 - color contains mainly: red. Hex color #634121 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634121 is #9CBEDE. Grayscale: #474747. Windows color (decimal): -10272479 or 2179427. OLE color: 2179427.

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

Color convert

RGB996533-
CMYK00.340.670.61
HSL29.09º50%25.88%-
HSV(B)29.09º66.67%38.82%-
XYZ7.316.542.32-
YUV71.52106.26147.6-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.25%
GREEN value IS 65 (25.78% from 255) = 32.99%
BLUE value IS 33 (13.28% from 255) = 16.75%
R=50.25%
G=32.99%
B=16.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99653300.340.670.6129.095025.88
Hex634121022433D1d321a
Octal1431014104210375356232
Binary11000111000001100001010001010000111111011110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634121; }

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

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

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

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

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

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

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

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