#634E3A

Color #634E3A Rock (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock #634E3A

Tints of Rock #634E3A

Color information

#634E3A (or 0x634E3A) is unknown color: approx Rock. HEX triplet: 63, 4E and 3A. RGB value is (99,78,58). Sum of RGB (Red+Green+Blue) = 99+78+58=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 99 - color contains mainly: red. Hex color #634E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634E3A is #9CB1C5. Grayscale: #525252. Windows color (decimal): -10269126 or 3821155. OLE color: 3821155.

HSL color Cylindrical-coordinate representation of color #634E3A: hue angle of 29.27º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #634E3A is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.61.

Color convert

RGB997858-
CMYK00.210.410.61
HSL29.27º26.11%30.78%-
HSV(B)29.27º41.41%38.82%-
XYZ8.638.415.17-
YUV82114.46140.13-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=42.13%
G=33.19%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.41
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99785800.210.410.6129.2726.1130.78
Hex634E3A015293D1d1a1f
Octal143116720255175353237
Binary11000111001110111010010101101001111101111011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634E3A; }

 p { color: rgb(99,78,58); }

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

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

 a { background-color: rgb(99,78,58); }

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

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

 span { border-color: rgb(99,78,58); }

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