#635946

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

Shades of Judge Grey #635946

Tints of Judge Grey #635946

Color information

#635946 (or 0x635946) is unknown color: approx Judge Grey. HEX triplet: 63, 59 and 46. RGB value is (99,89,70). Sum of RGB (Red+Green+Blue) = 99+89+70=258 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.37% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 99 - color contains mainly: red. Hex color #635946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635946 is #9CA6B9. Grayscale: #595959. Windows color (decimal): -10266298 or 4610403. OLE color: 4610403.

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

Color convert

RGB998970-
CMYK00.100.290.61
HSL39.31º17.16%33.14%-
HSV(B)39.31º29.29%38.82%-
XYZ9.8210.247.25-
YUV89.82116.81134.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.37%
GREEN value IS 89 (35.16% from 255) = 34.50%
BLUE value IS 70 (27.73% from 255) = 27.13%
R=38.37%
G=34.50%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.29
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99897000.100.290.6139.3117.1633.14
Hex6359460A1D3D271121
Octal1431311060123575472141
Binary110001110110011000110010101110111110110011110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635946; }

 p { color: rgb(99,89,70); }

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

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

 a { background-color: rgb(99,89,70); }

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

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

 span { border-color: rgb(99,89,70); }

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