#634238

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

Shades of Very Dark Brown #634238

Tints of Very Dark Brown #634238

Color information

#634238 (or 0x634238) is unknown color: approx Very Dark Brown. HEX triplet: 63, 42 and 38. RGB value is (99,66,56). Sum of RGB (Red+Green+Blue) = 99+66+56=221 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.80% from 221); Green value is 66 (26.17% from 255 or 29.86% from 221); Blue value is 56 (22.27% from 255 or 25.34% from 221); Max value from RGB is 99 - color contains mainly: red. Hex color #634238 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634238 is #9CBDC7. Grayscale: #4A4A4A. Windows color (decimal): -10272200 or 3687011. OLE color: 3687011.

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

Color convert

RGB996656-
CMYK00.330.430.61
HSL13.95º27.74%30.39%-
HSV(B)13.95º43.43%38.82%-
XYZ7.816.834.65-
YUV74.73117.43145.31-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.80%
GREEN value IS 66 (26.17% from 255) = 29.86%
BLUE value IS 56 (22.27% from 255) = 25.34%
R=44.80%
G=29.86%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99665600.330.430.6113.9527.7430.39
Hex6342380212B3De1c1e
Octal143102700415375163436
Binary11000111000010111000010000110101111110111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634238; }

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

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

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

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

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

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

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

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