Html Css Color HEX #635442 Judge Grey

📋 copy color: '#635442'

red 99 ◦ green 84 ◦ blue 66

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

Shades of Judge Grey #635442

Tints of Judge Grey #635442

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.73%

 BLUE value IS 66 (26.17% from 255) = 26.51%

R = 39.76%
G = 33.73%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635442 (or 0x635442) is known color: Judge Grey. HEX triplet: 63, 54 and 42. RGB value is (99,84,66). Sum of RGB (Red+Green+Blue) = 99+84+66=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635442 is #9CABBD. Grayscale: #565656. Windows color (decimal): -10267582 or 4346979. OLE color: 4346979.

HSL color Cylindrical-coordinate representation of color #635442: hue angle of 32.73º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #635442 is Cyan = 0, Magento = 0.15, Yellow = 0.33 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 84 66 -
CMYK 0 0.15 0.33 0.61
HSL 32.73º 0.2% 0.32% -
HSV(B) 32.73º 0.33% 0.39% -
XYZ 9.3 9.39 6.48 -
YUV 86.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 99 84 66 0 0.15 0.33 0.61 32.73 0.2 0.32
Hex 63 54 42 0 F 21 3D 21 14 20
Octal 143 124 102 0 17 41 75 41 24 40
Binary 1100011 1010100 1000010 0 1111 100001 111101 100001 10100 100000

Color Harmonies of #635442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635442

Black with #635442

Text Example


Text Example

White with #635442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635442; }

 p { color: rgb(99,84,66); }

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

background-color css

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

 a { background-color: rgb(99,84,66); }

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

border-color css

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

 span { border-color: rgb(99,84,66); }

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