Html Css Color HEX #635A46 Judge Grey

📋 copy color: '#635A46'

red 99 ◦ green 90 ◦ blue 70

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

Shades of Judge Grey #635A46

Tints of Judge Grey #635A46

RGB

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

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

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

R = 38.22%
G = 34.75%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#635A46 (or 0x635A46) is known color: Judge Grey. HEX triplet: 63, 5A and 46. RGB value is (99,90,70). Sum of RGB (Red+Green+Blue) = 99+90+70=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 70 (27.73% from 255 or 27.03% from 259); Max value from RGB is 99 - color contains mainly: red. Hex color #635A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635A46 is #9CA5B9. Grayscale: #5A5A5A. Windows color (decimal): -10266042 or 4610659. OLE color: 4610659.

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

Color convert

RGB 99 90 70 -
CMYK 0 0.09 0.29 0.61
HSL 41.38º 0.17% 0.33% -
HSV(B) 41.38º 0.29% 0.39% -
XYZ 9.91 10.41 7.28 -
YUV 90.41 116.48 134.13 -
System Red Green Blue C M Y K H S L
Decimal 99 90 70 0 0.09 0.29 0.61 41.38 0.17 0.33
Hex 63 5A 46 0 9 1D 3D 29 11 21
Octal 143 132 106 0 11 35 75 51 21 41
Binary 1100011 1011010 1000110 0 1001 11101 111101 101001 10001 100001

Color Harmonies of #635A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635A46

Black with #635A46

Text Example


Text Example

White with #635A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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