Html Css Color HEX #635346 Quincy

📋 copy color: '#635346'

red 99 ◦ green 83 ◦ blue 70

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

Shades of Quincy #635346

Tints of Quincy #635346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 27.78%

R = 39.29%
G = 32.94%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.29

 K value IS 0.61

RGB Variations

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

Color information

#635346 (or 0x635346) is known color: Quincy. HEX triplet: 63, 53 and 46. RGB value is (99,83,70). Sum of RGB (Red+Green+Blue) = 99+83+70=252 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.29% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 99 - color contains mainly: red. Hex color #635346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635346 is #9CACB9. Grayscale: #565656. Windows color (decimal): -10267834 or 4608867. OLE color: 4608867.

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

Color convert

RGB 99 83 70 -
CMYK 0 0.16 0.29 0.61
HSL 26.9º 0.17% 0.33% -
HSV(B) 26.9º 0.29% 0.39% -
XYZ 9.34 9.28 7.09 -
YUV 86.3 118.8 137.06 -
System Red Green Blue C M Y K H S L
Decimal 99 83 70 0 0.16 0.29 0.61 26.9 0.17 0.33
Hex 63 53 46 0 10 1D 3D 1B 11 21
Octal 143 123 106 0 20 35 75 33 21 41
Binary 1100011 1010011 1000110 0 10000 11101 111101 11011 10001 100001

Color Harmonies of #635346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635346

Black with #635346

Text Example


Text Example

White with #635346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635346; }

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

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

background-color css

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

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

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

border-color css

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

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

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