Html Css Color HEX #635546 Judge Grey

📋 copy color: '#635546'

red 99 ◦ green 85 ◦ blue 70

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

Shades of Judge Grey #635546

Tints of Judge Grey #635546

RGB

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

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

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

R = 38.98%
G = 33.46%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#635546 (or 0x635546) is known color: Judge Grey. HEX triplet: 63, 55 and 46. RGB value is (99,85,70). Sum of RGB (Red+Green+Blue) = 99+85+70=254 (33% of max value = 765). Red value is 99 (39.06% from 255 or 38.98% from 254); Green value is 85 (33.59% from 255 or 33.46% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 99 - color contains mainly: red. Hex color #635546 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635546 is #9CAAB9. Grayscale: #575757. Windows color (decimal): -10267322 or 4609379. OLE color: 4609379.

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

Color convert

RGB 99 85 70 -
CMYK 0 0.14 0.29 0.61
HSL 31.03º 0.17% 0.33% -
HSV(B) 31.03º 0.29% 0.39% -
XYZ 9.5 9.59 7.15 -
YUV 87.48 118.14 136.22 -
System Red Green Blue C M Y K H S L
Decimal 99 85 70 0 0.14 0.29 0.61 31.03 0.17 0.33
Hex 63 55 46 0 E 1D 3D 1F 11 21
Octal 143 125 106 0 16 35 75 37 21 41
Binary 1100011 1010101 1000110 0 1110 11101 111101 11111 10001 100001

Color Harmonies of #635546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635546

Black with #635546

Text Example


Text Example

White with #635546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635546; }

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

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

background-color css

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

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

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

border-color css

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

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

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