#634233

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

Shades of Very Dark Brown #634233

Tints of Very Dark Brown #634233

Color information

#634233 (or 0x634233) is unknown color: approx Very Dark Brown. HEX triplet: 63, 42 and 33. RGB value is (99,66,51). Sum of RGB (Red+Green+Blue) = 99+66+51=216 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.83% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 51 (20.31% from 255 or 23.61% from 216); Max value from RGB is 99 - color contains mainly: red. Hex color #634233 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634233 is #9CBDCC. Grayscale: #4A4A4A. Windows color (decimal): -10272205 or 3359331. OLE color: 3359331.

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

Color convert

RGB996651-
CMYK00.330.480.61
HSL18.75º32%29.41%-
HSV(B)18.75º48.48%38.82%-
XYZ7.696.794.04-
YUV74.16114.93145.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.83%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 51 (20.31% from 255) = 23.61%
R=45.83%
G=30.56%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665100.330.480.6118.753229.41
Hex634233021303D13201d
Octal143102630416075234035
Binary1100011100001011001101000011100001111011001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634233; }

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

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

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

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

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

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

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

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