Html Css Color HEX #635240 Judge Grey

📋 copy color: '#635240'

red 99 ◦ green 82 ◦ blue 64

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

Shades of Judge Grey #635240

Tints of Judge Grey #635240

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.47%

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

R = 40.41%
G = 33.47%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.35

 K value IS 0.61

RGB Variations

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

Color information

#635240 (or 0x635240) is known color: Judge Grey. HEX triplet: 63, 52 and 40. RGB value is (99,82,64). Sum of RGB (Red+Green+Blue) = 99+82+64=245 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.41% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 99 - color contains mainly: red. Hex color #635240 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635240 is #9CADBF. Grayscale: #555555. Windows color (decimal): -10268096 or 4215395. OLE color: 4215395.

HSL color Cylindrical-coordinate representation of color #635240: hue angle of 30.86º 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 #635240 is Cyan = 0, Magento = 0.17, Yellow = 0.35 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 82 64 -
CMYK 0 0.17 0.35 0.61
HSL 30.86º 0.21% 0.32% -
HSV(B) 30.86º 0.35% 0.39% -
XYZ 9.09 9.06 6.12 -
YUV 85.03 116.13 137.96 -
System Red Green Blue C M Y K H S L
Decimal 99 82 64 0 0.17 0.35 0.61 30.86 0.21 0.32
Hex 63 52 40 0 11 23 3D 1F 15 20
Octal 143 122 100 0 21 43 75 37 25 40
Binary 1100011 1010010 1000000 0 10001 100011 111101 11111 10101 100000

Color Harmonies of #635240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635240

Black with #635240

Text Example


Text Example

White with #635240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635240; }

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

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

background-color css

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

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

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

border-color css

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

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

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