Html Css Color HEX #63513C Judge Grey

📋 copy color: '#63513C'

red 99 ◦ green 81 ◦ blue 60

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

Shades of Judge Grey #63513C

Tints of Judge Grey #63513C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.75%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 41.25%
G = 33.75%
B = 25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.39

 K value IS 0.61

RGB Variations

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

Color information

#63513C (or 0x63513C) is known color: Judge Grey. HEX triplet: 63, 51 and 3C. RGB value is (99,81,60). Sum of RGB (Red+Green+Blue) = 99+81+60=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63513C is #9CAEC3. Grayscale: #545454. Windows color (decimal): -10268356 or 3952995. OLE color: 3952995.

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

Color convert

RGB 99 81 60 -
CMYK 0 0.18 0.39 0.61
HSL 32.31º 0.25% 0.31% -
HSV(B) 32.31º 0.39% 0.39% -
XYZ 8.9 8.86 5.52 -
YUV 83.99 114.46 138.71 -
System Red Green Blue C M Y K H S L
Decimal 99 81 60 0 0.18 0.39 0.61 32.31 0.25 0.31
Hex 63 51 3C 0 12 27 3D 20 19 1F
Octal 143 121 74 0 22 47 75 40 31 37
Binary 1100011 1010001 111100 0 10010 100111 111101 100000 11001 11111

Color Harmonies of #63513C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63513C

Black with #63513C

Text Example


Text Example

White with #63513C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #63513C;
 }
 .AnyTagClassName
 {
   color: #63513C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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