Html Css Color HEX #63503B Rock

📋 copy color: '#63503B'

red 99 ◦ green 80 ◦ blue 59

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

Shades of Rock #63503B

Tints of Rock #63503B

RGB

 RED value IS 99 (39.06% from 255) = 41.6%

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 59 (23.44% from 255) = 24.79%

R = 41.6%
G = 33.61%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.40

 K value IS 0.61

RGB Variations

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

Color information

#63503B (or 0x63503B) is known color: Rock. HEX triplet: 63, 50 and 3B. RGB value is (99,80,59). Sum of RGB (Red+Green+Blue) = 99+80+59=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 59 (23.44% from 255 or 24.79% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63503B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63503B is #9CAFC4. Grayscale: #535353. Windows color (decimal): -10268613 or 3887203. OLE color: 3887203.

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

Color convert

RGB 99 80 59 -
CMYK 0 0.19 0.40 0.61
HSL 31.5º 0.25% 0.31% -
HSV(B) 31.5º 0.4% 0.39% -
XYZ 8.8 8.71 5.35 -
YUV 83.29 114.29 139.21 -
System Red Green Blue C M Y K H S L
Decimal 99 80 59 0 0.19 0.40 0.61 31.5 0.25 0.31
Hex 63 50 3B 0 13 28 3D 1F 19 1F
Octal 143 120 73 0 23 50 75 37 31 37
Binary 1100011 1010000 111011 0 10011 101000 111101 11111 11001 11111

Color Harmonies of #63503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63503B

Black with #63503B

Text Example


Text Example

White with #63503B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63503B;
 }
 .AnyTagClassName
 {
   color: #63503B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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