#63503E

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

Shades of Rock #63503E

Tints of Rock #63503E

Color information

#63503E (or 0x63503E) is unknown color: approx Rock. HEX triplet: 63, 50 and 3E. RGB value is (99,80,62). Sum of RGB (Red+Green+Blue) = 99+80+62=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63503E is #9CAFC1. Grayscale: #535353. Windows color (decimal): -10268610 or 4083811. OLE color: 4083811.

HSL color Cylindrical-coordinate representation of color #63503E: hue angle of 29.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #63503E is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB998062-
CMYK00.190.370.61
HSL29.19º22.98%31.57%-
HSV(B)29.19º37.37%38.82%-
XYZ8.888.745.78-
YUV83.63115.79138.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 62 (24.61% from 255) = 25.73%
R=41.08%
G=33.20%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99806200.190.370.6129.1922.9831.57
Hex63503E013253D1d1720
Octal143120760234575352740
Binary110001110100001111100100111001011111011110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63503E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63503E; }

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

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

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

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

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

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

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

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