Html Css Color HEX #635742 Judge Grey

📋 copy color: '#635742'

red 99 ◦ green 87 ◦ blue 66

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

Shades of Judge Grey #635742

Tints of Judge Grey #635742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.52%

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

R = 39.29%
G = 34.52%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635742 (or 0x635742) is known color: Judge Grey. HEX triplet: 63, 57 and 42. RGB value is (99,87,66). Sum of RGB (Red+Green+Blue) = 99+87+66=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #635742 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635742 is #9CA8BD. Grayscale: #585858. Windows color (decimal): -10266814 or 4347747. OLE color: 4347747.

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

Color convert

RGB 99 87 66 -
CMYK 0 0.12 0.33 0.61
HSL 38.18º 0.2% 0.32% -
HSV(B) 38.18º 0.33% 0.39% -
XYZ 9.54 9.86 6.56 -
YUV 88.19 115.48 135.71 -
System Red Green Blue C M Y K H S L
Decimal 99 87 66 0 0.12 0.33 0.61 38.18 0.2 0.32
Hex 63 57 42 0 C 21 3D 26 14 20
Octal 143 127 102 0 14 41 75 46 24 40
Binary 1100011 1010111 1000010 0 1100 100001 111101 100110 10100 100000

Color Harmonies of #635742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635742

Black with #635742

Text Example


Text Example

White with #635742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635742; }

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

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

background-color css

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

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

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

border-color css

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

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

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