Html Css Color HEX #635343 Judge Grey

📋 copy color: '#635343'

red 99 ◦ green 83 ◦ blue 67

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

Shades of Judge Grey #635343

Tints of Judge Grey #635343

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.33%

 BLUE value IS 67 (26.56% from 255) = 26.91%

R = 39.76%
G = 33.33%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#635343 (or 0x635343) is known color: Judge Grey. HEX triplet: 63, 53 and 43. RGB value is (99,83,67). Sum of RGB (Red+Green+Blue) = 99+83+67=249 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.76% from 249); Green value is 83 (32.81% from 255 or 33.33% from 249); Blue value is 67 (26.56% from 255 or 26.91% from 249); Max value from RGB is 99 - color contains mainly: red. Hex color #635343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635343 is #9CACBC. Grayscale: #565656. Windows color (decimal): -10267837 or 4412259. OLE color: 4412259.

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

Color convert

RGB 99 83 67 -
CMYK 0 0.16 0.32 0.61
HSL 30º 0.19% 0.33% -
HSV(B) 30º 0.32% 0.39% -
XYZ 9.25 9.24 6.61 -
YUV 85.96 117.3 137.3 -
System Red Green Blue C M Y K H S L
Decimal 99 83 67 0 0.16 0.32 0.61 30 0.19 0.33
Hex 63 53 43 0 10 20 3D 1E 13 21
Octal 143 123 103 0 20 40 75 36 23 41
Binary 1100011 1010011 1000011 0 10000 100000 111101 11110 10011 100001

Color Harmonies of #635343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635343

Black with #635343

Text Example


Text Example

White with #635343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635343; }

 p { color: rgb(99,83,67); }

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

background-color css

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

 a { background-color: rgb(99,83,67); }

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

border-color css

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

 span { border-color: rgb(99,83,67); }

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