Html Css Color HEX #63574A Judge Grey

📋 copy color: '#63574A'

red 99 ◦ green 87 ◦ blue 74

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

Shades of Judge Grey #63574A

Tints of Judge Grey #63574A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.46%

 BLUE value IS 74 (29.3% from 255) = 28.46%

R = 38.08%
G = 33.46%
B = 28.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#63574A (or 0x63574A) is known color: Judge Grey. HEX triplet: 63, 57 and 4A. RGB value is (99,87,74). Sum of RGB (Red+Green+Blue) = 99+87+74=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 87 (34.38% from 255 or 33.46% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #63574A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63574A is #9CA8B5. Grayscale: #595959. Windows color (decimal): -10266806 or 4872035. OLE color: 4872035.

HSL color Cylindrical-coordinate representation of color #63574A: hue angle of 31.2º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #63574A is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 87 74 -
CMYK 0 0.12 0.25 0.61
HSL 31.2º 0.14% 0.34% -
HSV(B) 31.2º 0.25% 0.39% -
XYZ 9.79 9.96 7.89 -
YUV 89.11 119.48 135.06 -
System Red Green Blue C M Y K H S L
Decimal 99 87 74 0 0.12 0.25 0.61 31.2 0.14 0.34
Hex 63 57 4A 0 C 19 3D 1F E 22
Octal 143 127 112 0 14 31 75 37 16 42
Binary 1100011 1010111 1001010 0 1100 11001 111101 11111 1110 100010

Color Harmonies of #63574A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63574A

Black with #63574A

Text Example


Text Example

White with #63574A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,87,74); }

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

background-color css

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

 a { background-color: rgb(99,87,74); }

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

border-color css

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

 span { border-color: rgb(99,87,74); }

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