Html Css Color HEX #635342 Judge Grey

📋 copy color: '#635342'

red 99 ◦ green 83 ◦ blue 66

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

Shades of Judge Grey #635342

Tints of Judge Grey #635342

RGB

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

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

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

R = 39.92%
G = 33.47%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.61

RGB Variations

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

Color information

#635342 (or 0x635342) is known color: Judge Grey. HEX triplet: 63, 53 and 42. RGB value is (99,83,66). Sum of RGB (Red+Green+Blue) = 99+83+66=248 (32% of max value = 765). Red value is 99 (39.06% from 255 or 39.92% from 248); Green value is 83 (32.81% from 255 or 33.47% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 99 - color contains mainly: red. Hex color #635342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635342 is #9CACBD. Grayscale: #555555. Windows color (decimal): -10267838 or 4346723. OLE color: 4346723.

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

Color convert

RGB 99 83 66 -
CMYK 0 0.16 0.33 0.61
HSL 30.91º 0.2% 0.32% -
HSV(B) 30.91º 0.33% 0.39% -
XYZ 9.22 9.23 6.45 -
YUV 85.85 116.8 137.38 -
System Red Green Blue C M Y K H S L
Decimal 99 83 66 0 0.16 0.33 0.61 30.91 0.2 0.32
Hex 63 53 42 0 10 21 3D 1F 14 20
Octal 143 123 102 0 20 41 75 37 24 40
Binary 1100011 1010011 1000010 0 10000 100001 111101 11111 10100 100000

Color Harmonies of #635342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635342

Black with #635342

Text Example


Text Example

White with #635342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635342; }

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

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

background-color css

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

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

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

border-color css

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

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

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