Html Css Color HEX #635542 Judge Grey

📋 copy color: '#635542'

red 99 ◦ green 85 ◦ blue 66

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

Shades of Judge Grey #635542

Tints of Judge Grey #635542

RGB

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

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

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

R = 39.6%
G = 34%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635542 (or 0x635542) is known color: Judge Grey. HEX triplet: 63, 55 and 42. RGB value is (99,85,66). Sum of RGB (Red+Green+Blue) = 99+85+66=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 66 (26.17% from 255 or 26.4% from 250); Max value from RGB is 99 - color contains mainly: red. Hex color #635542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635542 is #9CAABD. Grayscale: #575757. Windows color (decimal): -10267326 or 4347235. OLE color: 4347235.

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

Color convert

RGB 99 85 66 -
CMYK 0 0.14 0.33 0.61
HSL 34.55º 0.2% 0.32% -
HSV(B) 34.55º 0.33% 0.39% -
XYZ 9.38 9.54 6.5 -
YUV 87.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 99 85 66 0 0.14 0.33 0.61 34.55 0.2 0.32
Hex 63 55 42 0 E 21 3D 23 14 20
Octal 143 125 102 0 16 41 75 43 24 40
Binary 1100011 1010101 1000010 0 1110 100001 111101 100011 10100 100000

Color Harmonies of #635542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635542

Black with #635542

Text Example


Text Example

White with #635542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635542; }

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

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

background-color css

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

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

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

border-color css

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

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

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