#635848

Color #635848 Judge Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Judge Grey #635848

Tints of Judge Grey #635848

Color information

#635848 (or 0x635848) is unknown color: approx Judge Grey. HEX triplet: 63, 58 and 48. RGB value is (99,88,72). Sum of RGB (Red+Green+Blue) = 99+88+72=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 72 (28.52% from 255 or 27.80% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #635848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635848 is #9CA7B7. Grayscale: #595959. Windows color (decimal): -10266552 or 4741219. OLE color: 4741219.

HSL color Cylindrical-coordinate representation of color #635848: hue angle of 35.56º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #635848 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.61.

Color convert

RGB998872-
CMYK00.110.270.61
HSL35.56º15.79%33.53%-
HSV(B)35.56º27.27%38.82%-
XYZ9.8110.17.56-
YUV89.46118.14134.8-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 88 (34.77% from 255) = 33.98%
BLUE value IS 72 (28.52% from 255) = 27.80%
R=38.22%
G=33.98%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99887200.110.270.6135.5615.7933.53
Hex6358480B1B3D241022
Octal1431301100133375442042
Binary110001110110001001000010111101111110110010010000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635848; }

 p { color: rgb(99,88,72); }

 H1.HeaderClassName
 {
   color: #635848;
 }
 .AnyTagClassName
 {
   color: #635848;
 }
</style>
background-color css

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

 a { background-color: rgb(99,88,72); }

 div.DivClassName
 {
   background-color: #635848;
 }
 .BgClassName
 {
   background-color: #635848;
 }
</style>
border-color css

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

 span { border-color: rgb(99,88,72); }

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