#63513D

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

Shades of Rock #63513D

Tints of Rock #63513D

Color information

#63513D (or 0x63513D) is unknown color: approx Rock. HEX triplet: 63, 51 and 3D. RGB value is (99,81,61). Sum of RGB (Red+Green+Blue) = 99+81+61=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63513D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63513D is #9CAEC2. Grayscale: #545454. Windows color (decimal): -10268355 or 4018531. OLE color: 4018531.

HSL color Cylindrical-coordinate representation of color #63513D: hue angle of 31.58º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63513D is Cyan = 0, Magento = 0.18, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB998161-
CMYK00.180.380.61
HSL31.58º23.75%31.37%-
HSV(B)31.58º38.38%38.82%-
XYZ8.938.875.66-
YUV84.1114.96138.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 81 (32.03% from 255) = 33.61%
BLUE value IS 61 (24.22% from 255) = 25.31%
R=41.08%
G=33.61%
B=25.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99816100.180.380.6131.5823.7531.37
Hex63513D012263D20181f
Octal143121750224675403037
Binary110001110100011111010100101001101111011000001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63513D; }

 p { color: rgb(99,81,61); }

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

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

 a { background-color: rgb(99,81,61); }

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

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

 span { border-color: rgb(99,81,61); }

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