#635842

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

Shades of Judge Grey #635842

Tints of Judge Grey #635842

Color information

#635842 (or 0x635842) is unknown color: approx Judge Grey. HEX triplet: 63, 58 and 42. RGB value is (99,88,66). Sum of RGB (Red+Green+Blue) = 99+88+66=253 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.13% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 99 - color contains mainly: red. Hex color #635842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635842 is #9CA7BD. Grayscale: #585858. Windows color (decimal): -10266558 or 4348003. OLE color: 4348003.

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

Color convert

RGB998866-
CMYK00.110.330.61
HSL40º20%32.35%-
HSV(B)40º33.33%38.82%-
XYZ9.6210.036.58-
YUV88.78115.14135.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 39.13%
GREEN value IS 88 (34.77% from 255) = 34.78%
BLUE value IS 66 (26.17% from 255) = 26.09%
R=39.13%
G=34.78%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.33
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99886600.110.330.61402032.35
Hex6358420B213D281420
Octal1431301020134175502440
Binary1100011101100010000100101110000111110110100010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635842; }

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

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

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

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

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

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

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

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