Html Css Color HEX #63513A Judge Grey

📋 copy color: '#63513A'

red 99 ◦ green 81 ◦ blue 58

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

Shades of Judge Grey #63513A

Tints of Judge Grey #63513A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 41.6%
G = 34.03%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.41

 K value IS 0.61

RGB Variations

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

Color information

#63513A (or 0x63513A) is known color: Judge Grey. HEX triplet: 63, 51 and 3A. RGB value is (99,81,58). Sum of RGB (Red+Green+Blue) = 99+81+58=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63513A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63513A is #9CAEC5. Grayscale: #535353. Windows color (decimal): -10268358 or 3821923. OLE color: 3821923.

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

Color convert

RGB 99 81 58 -
CMYK 0 0.18 0.41 0.61
HSL 33.66º 0.26% 0.31% -
HSV(B) 33.66º 0.41% 0.39% -
XYZ 8.85 8.84 5.24 -
YUV 83.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 99 81 58 0 0.18 0.41 0.61 33.66 0.26 0.31
Hex 63 51 3A 0 12 29 3D 22 1A 1F
Octal 143 121 72 0 22 51 75 42 32 37
Binary 1100011 1010001 111010 0 10010 101001 111101 100010 11010 11111

Color Harmonies of #63513A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63513A

Black with #63513A

Text Example


Text Example

White with #63513A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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