#634021

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

Shades of Dark Brown #634021

Tints of Dark Brown #634021

Color information

#634021 (or 0x634021) is unknown color: approx Dark Brown. HEX triplet: 63, 40 and 21. RGB value is (99,64,33). Sum of RGB (Red+Green+Blue) = 99+64+33=196 (25% of max value = 765). Red value is 99 (39.06% from 255 or 50.51% from 196); Green value is 64 (25.39% from 255 or 32.65% from 196); Blue value is 33 (13.28% from 255 or 16.84% from 196); Max value from RGB is 99 - color contains mainly: red. Hex color #634021 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634021 is #9CBFDE. Grayscale: #474747. Windows color (decimal): -10272735 or 2179171. OLE color: 2179171.

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

Color convert

RGB996433-
CMYK00.350.670.61
HSL28.18º50%25.88%-
HSV(B)28.18º66.67%38.82%-
XYZ7.256.432.3-
YUV70.93106.6148.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 50.51%
GREEN value IS 64 (25.39% from 255) = 32.65%
BLUE value IS 33 (13.28% from 255) = 16.84%
R=50.51%
G=32.65%
B=16.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99643300.350.670.6128.185025.88
Hex634021023433D1c321a
Octal1431004104310375346232
Binary11000111000000100001010001110000111111011110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634021; }

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

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

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

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

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

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

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

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