Html Css Color HEX #635A47 Judge Grey

📋 copy color: '#635A47'

red 99 ◦ green 90 ◦ blue 71

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

Shades of Judge Grey #635A47

Tints of Judge Grey #635A47

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.62%

 BLUE value IS 71 (28.13% from 255) = 27.31%

R = 38.08%
G = 34.62%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#635A47 (or 0x635A47) is known color: Judge Grey. HEX triplet: 63, 5A and 47. RGB value is (99,90,71). Sum of RGB (Red+Green+Blue) = 99+90+71=260 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.08% from 260); Green value is 90 (35.55% from 255 or 34.62% from 260); Blue value is 71 (28.12% from 255 or 27.31% from 260); Max value from RGB is 99 - color contains mainly: red. Hex color #635A47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A47 is #9CA5B8. Grayscale: #5A5A5A. Windows color (decimal): -10266041 or 4676195. OLE color: 4676195.

HSL color Cylindrical-coordinate representation of color #635A47: hue angle of 40.71º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #635A47 is Cyan = 0, Magento = 0.09, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 90 71 -
CMYK 0 0.09 0.28 0.61
HSL 40.71º 0.16% 0.33% -
HSV(B) 40.71º 0.28% 0.39% -
XYZ 9.94 10.42 7.45 -
YUV 90.53 116.98 134.04 -
System Red Green Blue C M Y K H S L
Decimal 99 90 71 0 0.09 0.28 0.61 40.71 0.16 0.33
Hex 63 5A 47 0 9 1C 3D 29 10 21
Octal 143 132 107 0 11 34 75 51 20 41
Binary 1100011 1011010 1000111 0 1001 11100 111101 101001 10000 100001

Color Harmonies of #635A47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A47

Black with #635A47

Text Example


Text Example

White with #635A47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635A47; }

 p { color: rgb(99,90,71); }

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

background-color css

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

 a { background-color: rgb(99,90,71); }

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

border-color css

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

 span { border-color: rgb(99,90,71); }

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