#634235

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

Shades of Very Dark Brown #634235

Tints of Very Dark Brown #634235

Color information

#634235 (or 0x634235) is unknown color: approx Very Dark Brown. HEX triplet: 63, 42 and 35. RGB value is (99,66,53). Sum of RGB (Red+Green+Blue) = 99+66+53=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 53 (21.09% from 255 or 24.31% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634235 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634235 is #9CBDCA. Grayscale: #4A4A4A. Windows color (decimal): -10272203 or 3490403. OLE color: 3490403.

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

Color convert

RGB996653-
CMYK00.330.460.61
HSL16.96º30.26%29.8%-
HSV(B)16.96º46.46%38.82%-
XYZ7.746.814.27-
YUV74.38115.93145.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 66 (26.17% from 255) = 30.28%
BLUE value IS 53 (21.09% from 255) = 24.31%
R=45.41%
G=30.28%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665300.330.460.6116.9630.2629.8
Hex6342350212E3D111e1e
Octal143102650415675213636
Binary110001110000101101010100001101110111101100011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634235; }

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

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

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

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

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

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

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

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