Html Css Color HEX #63563D Judge Grey

📋 copy color: '#63563D'

red 99 ◦ green 86 ◦ blue 61

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

Shades of Judge Grey #63563D

Tints of Judge Grey #63563D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.8%

R = 40.24%
G = 34.96%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.61

RGB Variations

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

Color information

#63563D (or 0x63563D) is known color: Judge Grey. HEX triplet: 63, 56 and 3D. RGB value is (99,86,61). Sum of RGB (Red+Green+Blue) = 99+86+61=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #63563D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63563D is #9CA9C2. Grayscale: #575757. Windows color (decimal): -10267075 or 4019811. OLE color: 4019811.

HSL color Cylindrical-coordinate representation of color #63563D: hue angle of 39.47º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #63563D is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 86 61 -
CMYK 0 0.13 0.38 0.61
HSL 39.47º 0.24% 0.31% -
HSV(B) 39.47º 0.38% 0.39% -
XYZ 9.32 9.65 5.79 -
YUV 87.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 99 86 61 0 0.13 0.38 0.61 39.47 0.24 0.31
Hex 63 56 3D 0 D 26 3D 27 18 1F
Octal 143 126 75 0 15 46 75 47 30 37
Binary 1100011 1010110 111101 0 1101 100110 111101 100111 11000 11111

Color Harmonies of #63563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63563D

Black with #63563D

Text Example


Text Example

White with #63563D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63563D; }

 p { color: rgb(99,86,61); }

 H1.HeaderClassName
 {
   color: #63563D;
 }
 .AnyTagClassName
 {
   color: #63563D;
 }
</style>

background-color css

<style>
 a { background-color: #63563D; }

 a { background-color: rgb(99,86,61); }

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

border-color css

<style>
 span { border-color: #63563D; }

 span { border-color: rgb(99,86,61); }

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