#635238

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

Shades of Judge Grey #635238

Tints of Judge Grey #635238

Color information

#635238 (or 0x635238) is unknown color: approx Judge Grey. HEX triplet: 63, 52 and 38. RGB value is (99,82,56). Sum of RGB (Red+Green+Blue) = 99+82+56=237 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.77% from 237); Green value is 82 (32.42% from 255 or 34.60% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 99 - color contains mainly: red. Hex color #635238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635238 is #9CADC7. Grayscale: #545454. Windows color (decimal): -10268104 or 3691107. OLE color: 3691107.

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

Color convert

RGB998256-
CMYK00.170.430.61
HSL36.28º27.74%30.39%-
HSV(B)36.28º43.43%38.82%-
XYZ8.888.975.01-
YUV84.12112.13138.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.77%
GREEN value IS 82 (32.42% from 255) = 34.60%
BLUE value IS 56 (22.27% from 255) = 23.63%
R=41.77%
G=34.60%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.43
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99825600.170.430.6136.2827.7430.39
Hex6352380112B3D241c1e
Octal143122700215375443436
Binary110001110100101110000100011010111111011001001110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635238; }

 p { color: rgb(99,82,56); }

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

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

 a { background-color: rgb(99,82,56); }

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

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

 span { border-color: rgb(99,82,56); }

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