Html Css Color HEX #635540 Judge Grey

📋 copy color: '#635540'

red 99 ◦ green 85 ◦ blue 64

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

Shades of Judge Grey #635540

Tints of Judge Grey #635540

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.27%

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 39.92%
G = 34.27%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#635540 (or 0x635540) is known color: Judge Grey. HEX triplet: 63, 55 and 40. RGB value is (99,85,64). Sum of RGB (Red+Green+Blue) = 99+85+64=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635540 is #9CAABF. Grayscale: #565656. Windows color (decimal): -10267328 or 4216163. OLE color: 4216163.

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

Color convert

RGB 99 85 64 -
CMYK 0 0.14 0.35 0.61
HSL 36º 0.21% 0.32% -
HSV(B) 36º 0.35% 0.39% -
XYZ 9.32 9.52 6.2 -
YUV 86.79 115.14 136.71 -
System Red Green Blue C M Y K H S L
Decimal 99 85 64 0 0.14 0.35 0.61 36 0.21 0.32
Hex 63 55 40 0 E 23 3D 24 15 20
Octal 143 125 100 0 16 43 75 44 25 40
Binary 1100011 1010101 1000000 0 1110 100011 111101 100100 10101 100000

Color Harmonies of #635540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635540

Black with #635540

Text Example


Text Example

White with #635540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635540; }

 p { color: rgb(99,85,64); }

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

background-color css

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

 a { background-color: rgb(99,85,64); }

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

border-color css

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

 span { border-color: rgb(99,85,64); }

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