#634338

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

Shades of Very Dark Brown #634338

Tints of Very Dark Brown #634338

Color information

#634338 (or 0x634338) is unknown color: approx Very Dark Brown. HEX triplet: 63, 43 and 38. RGB value is (99,67,56). Sum of RGB (Red+Green+Blue) = 99+67+56=222 (29% of max value = 765). Red value is 99 (39.06% from 255 or 44.59% from 222); Green value is 67 (26.56% from 255 or 30.18% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 99 - color contains mainly: red. Hex color #634338 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #634338 is #9CBCC7. Grayscale: #4B4B4B. Windows color (decimal): -10271944 or 3687267. OLE color: 3687267.

HSL color Cylindrical-coordinate representation of color #634338: hue angle of 15.35º 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 #634338 is Cyan = 0, Magento = 0.32, Yellow = 0.43 and Black (K on CMYK) = 0.61.

Color convert

RGB996756-
CMYK00.320.430.61
HSL15.35º27.74%30.39%-
HSV(B)15.35º43.43%38.82%-
XYZ7.876.954.67-
YUV75.31117.1144.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 44.59%
GREEN value IS 67 (26.56% from 255) = 30.18%
BLUE value IS 56 (22.27% from 255) = 25.23%
R=44.59%
G=30.18%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99675600.320.430.6115.3527.7430.39
Hex6343380202B3Df1c1e
Octal143103700405375173436
Binary11000111000011111000010000010101111110111111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634338; }

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

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

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

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

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

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

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

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