Html Css Color HEX #635646 Judge Grey

📋 copy color: '#635646'

red 99 ◦ green 86 ◦ blue 70

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

Shades of Judge Grey #635646

Tints of Judge Grey #635646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.73%

 BLUE value IS 70 (27.73% from 255) = 27.45%

R = 38.82%
G = 33.73%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#635646 (or 0x635646) is known color: Judge Grey. HEX triplet: 63, 56 and 46. RGB value is (99,86,70). Sum of RGB (Red+Green+Blue) = 99+86+70=255 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.82% from 255); Green value is 86 (33.98% from 255 or 33.73% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 99 - color contains mainly: red. Hex color #635646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635646 is #9CA9B9. Grayscale: #585858. Windows color (decimal): -10267066 or 4609635. OLE color: 4609635.

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

Color convert

RGB 99 86 70 -
CMYK 0 0.13 0.29 0.61
HSL 33.1º 0.17% 0.33% -
HSV(B) 33.1º 0.29% 0.39% -
XYZ 9.58 9.75 7.17 -
YUV 88.06 117.81 135.8 -
System Red Green Blue C M Y K H S L
Decimal 99 86 70 0 0.13 0.29 0.61 33.1 0.17 0.33
Hex 63 56 46 0 D 1D 3D 21 11 21
Octal 143 126 106 0 15 35 75 41 21 41
Binary 1100011 1010110 1000110 0 1101 11101 111101 100001 10001 100001

Color Harmonies of #635646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635646

Black with #635646

Text Example


Text Example

White with #635646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635646; }

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

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

background-color css

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

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

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

border-color css

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

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

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