Html Css Color HEX #60563F Judge Grey

📋 copy color: '#60563F'

red 96 ◦ green 86 ◦ blue 63

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

Shades of Judge Grey #60563F

Tints of Judge Grey #60563F

RGB

 RED value IS 96 (37.89% from 255) = 39.18%

 GREEN value IS 86 (33.98% from 255) = 35.1%

 BLUE value IS 63 (25% from 255) = 25.71%

R = 39.18%
G = 35.1%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.34

 K value IS 0.62

RGB Variations

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

Color information

#60563F (or 0x60563F) is known color: Judge Grey. HEX triplet: 60, 56 and 3F. RGB value is (96,86,63). Sum of RGB (Red+Green+Blue) = 96+86+63=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 63 (25% from 255 or 25.71% from 245); Max value from RGB is 96 - color contains mainly: red. Hex color #60563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60563F is #9FA9C0. Grayscale: #565656. Windows color (decimal): -10463681 or 4150880. OLE color: 4150880.

HSL color Cylindrical-coordinate representation of color #60563F: hue angle of 41.82º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60563F is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 86 63 -
CMYK 0 0.10 0.34 0.62
HSL 41.82º 0.21% 0.31% -
HSV(B) 41.82º 0.34% 0.38% -
XYZ 9.05 9.5 6.06 -
YUV 86.37 114.81 134.87 -
System Red Green Blue C M Y K H S L
Decimal 96 86 63 0 0.10 0.34 0.62 41.82 0.21 0.31
Hex 60 56 3F 0 A 22 3E 2A 15 1F
Octal 140 126 77 0 12 42 76 52 25 37
Binary 1100000 1010110 111111 0 1010 100010 111110 101010 10101 11111

Color Harmonies of #60563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60563F

Black with #60563F

Text Example


Text Example

White with #60563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60563F; }

 p { color: rgb(96,86,63); }

 H1.HeaderClassName
 {
   color: #60563F;
 }
 .AnyTagClassName
 {
   color: #60563F;
 }
</style>

background-color css

<style>
 a { background-color: #60563F; }

 a { background-color: rgb(96,86,63); }

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

border-color css

<style>
 span { border-color: #60563F; }

 span { border-color: rgb(96,86,63); }

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