#635039

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

Shades of Rock #635039

Tints of Rock #635039

Color information

#635039 (or 0x635039) is unknown color: approx Rock. HEX triplet: 63, 50 and 39. RGB value is (99,80,57). Sum of RGB (Red+Green+Blue) = 99+80+57=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 99 - color contains mainly: red. Hex color #635039 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635039 is #9CAFC6. Grayscale: #535353. Windows color (decimal): -10268615 or 3756131. OLE color: 3756131.

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

Color convert

RGB998057-
CMYK00.190.420.61
HSL32.86º26.92%30.59%-
HSV(B)32.86º42.42%38.82%-
XYZ8.758.695.09-
YUV83.06113.29139.37-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.95%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=41.95%
G=33.90%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.42
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99805700.190.420.6132.8626.9230.59
Hex6350390132A3D211b1f
Octal143120710235275413337
Binary110001110100001110010100111010101111011000011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635039; }

 p { color: rgb(99,80,57); }

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

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

 a { background-color: rgb(99,80,57); }

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

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

 span { border-color: rgb(99,80,57); }

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