#634B21

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

Shades of Dark Brown #634B21

Tints of Dark Brown #634B21

Color information

#634B21 (or 0x634B21) is unknown color: approx Dark Brown. HEX triplet: 63, 4B and 21. RGB value is (99,75,33). Sum of RGB (Red+Green+Blue) = 99+75+33=207 (27% of max value = 765). Red value is 99 (39.06% from 255 or 47.83% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 33 (13.28% from 255 or 15.94% from 207); Max value from RGB is 99 - color contains mainly: red. Hex color #634B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634B21 is #9CB4DE. Grayscale: #4D4D4D. Windows color (decimal): -10269919 or 2181987. OLE color: 2181987.

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

Color convert

RGB997533-
CMYK00.240.670.61
HSL38.18º50%25.88%-
HSV(B)38.18º66.67%38.82%-
XYZ7.947.792.53-
YUV77.39102.95143.42-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 47.83%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 33 (13.28% from 255) = 15.94%
R=47.83%
G=36.23%
B=15.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99753300.240.670.6138.185025.88
Hex634B21018433D26321a
Octal1431134103010375466232
Binary11000111001011100001011000100001111110110011011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634B21; }

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

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

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

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

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

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

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

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