Html Css Color HEX #635642 Judge Grey

📋 copy color: '#635642'

red 99 ◦ green 86 ◦ blue 66

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

Shades of Judge Grey #635642

Tints of Judge Grey #635642

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

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

R = 39.44%
G = 34.26%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635642 (or 0x635642) is known color: Judge Grey. HEX triplet: 63, 56 and 42. RGB value is (99,86,66). Sum of RGB (Red+Green+Blue) = 99+86+66=251 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.44% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 66 (26.17% from 255 or 26.29% from 251); Max value from RGB is 99 - color contains mainly: red. Hex color #635642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635642 is #9CA9BD. Grayscale: #575757. Windows color (decimal): -10267070 or 4347491. OLE color: 4347491.

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

Color convert

RGB 99 86 66 -
CMYK 0 0.13 0.33 0.61
HSL 36.36º 0.2% 0.32% -
HSV(B) 36.36º 0.33% 0.39% -
XYZ 9.46 9.7 6.53 -
YUV 87.61 115.81 136.13 -
System Red Green Blue C M Y K H S L
Decimal 99 86 66 0 0.13 0.33 0.61 36.36 0.2 0.32
Hex 63 56 42 0 D 21 3D 24 14 20
Octal 143 126 102 0 15 41 75 44 24 40
Binary 1100011 1010110 1000010 0 1101 100001 111101 100100 10100 100000

Color Harmonies of #635642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635642

Black with #635642

Text Example


Text Example

White with #635642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635642; }

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

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

background-color css

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

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

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

border-color css

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

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

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