Html Css Color HEX #61563F Judge Grey

📋 copy color: '#61563F'

red 97 ◦ green 86 ◦ blue 63

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

Shades of Judge Grey #61563F

Tints of Judge Grey #61563F

RGB

 RED value IS 97 (38.28% from 255) = 39.43%

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

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

R = 39.43%
G = 34.96%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#61563F (or 0x61563F) is known color: Judge Grey. HEX triplet: 61, 56 and 3F. RGB value is (97,86,63). Sum of RGB (Red+Green+Blue) = 97+86+63=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 63 (25% from 255 or 25.61% from 246); Max value from RGB is 97 - color contains mainly: red. Hex color #61563F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61563F is #9EA9C0. Grayscale: #565656. Windows color (decimal): -10398145 or 4150881. OLE color: 4150881.

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

Color convert

RGB 97 86 63 -
CMYK 0 0.11 0.35 0.62
HSL 40.59º 0.21% 0.31% -
HSV(B) 40.59º 0.35% 0.38% -
XYZ 9.15 9.56 6.06 -
YUV 86.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 97 86 63 0 0.11 0.35 0.62 40.59 0.21 0.31
Hex 61 56 3F 0 B 23 3E 29 15 1F
Octal 141 126 77 0 13 43 76 51 25 37
Binary 1100001 1010110 111111 0 1011 100011 111110 101001 10101 11111

Color Harmonies of #61563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61563F

Black with #61563F

Text Example


Text Example

White with #61563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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