#634334

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

Shades of Very Dark Brown #634334

Tints of Very Dark Brown #634334

Color information

#634334 (or 0x634334) is unknown color: approx Very Dark Brown. HEX triplet: 63, 43 and 34. RGB value is (99,67,52). Sum of RGB (Red+Green+Blue) = 99+67+52=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #634334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634334 is #9CBCCB. Grayscale: #4A4A4A. Windows color (decimal): -10271948 or 3425123. OLE color: 3425123.

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

Color convert

RGB996752-
CMYK00.320.470.61
HSL19.15º31.13%29.61%-
HSV(B)19.15º47.47%38.82%-
XYZ7.776.914.17-
YUV74.86115.1145.22-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 67 (26.56% from 255) = 30.73%
BLUE value IS 52 (20.70% from 255) = 23.85%
R=45.41%
G=30.73%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99675200.320.470.6119.1531.1329.61
Hex6343340202F3D131f1e
Octal143103640405775233736
Binary110001110000111101000100000101111111101100111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634334; }

 p { color: rgb(99,67,52); }

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

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

 a { background-color: rgb(99,67,52); }

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

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

 span { border-color: rgb(99,67,52); }

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