Html Css Color HEX #63513D Rock

📋 copy color: '#63513D'

red 99 ◦ green 81 ◦ blue 61

#63513D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock #63513D

Tints of Rock #63513D

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 value IS 0

 M value IS 0.18

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63513D (or 0x63513D) is known color: 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

RGB 99 81 61 -
CMYK 0 0.18 0.38 0.61
HSL 31.58º 0.24% 0.31% -
HSV(B) 31.58º 0.38% 0.39% -
XYZ 8.93 8.87 5.66 -
YUV 84.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 99 81 61 0 0.18 0.38 0.61 31.58 0.24 0.31
Hex 63 51 3D 0 12 26 3D 20 18 1F
Octal 143 121 75 0 22 46 75 40 30 37
Binary 1100011 1010001 111101 0 10010 100110 111101 100000 11000 11111

Color Harmonies of #63513D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63513D

Black with #63513D

Text Example


Text Example

White with #63513D

Text Example


Text Example

HTML Codes & Css Web 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>