Html Css Color HEX #635043 Quincy

📋 copy color: '#635043'

red 99 ◦ green 80 ◦ blue 67

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

Shades of Quincy #635043

Tints of Quincy #635043

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.52%

 BLUE value IS 67 (26.56% from 255) = 27.24%

R = 40.24%
G = 32.52%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.32

 K value IS 0.61

RGB Variations

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

Color information

#635043 (or 0x635043) is known color: Quincy. HEX triplet: 63, 50 and 43. RGB value is (99,80,67). Sum of RGB (Red+Green+Blue) = 99+80+67=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 67 (26.56% from 255 or 27.24% from 246); Max value from RGB is 99 - color contains mainly: red. Hex color #635043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #635043 is #9CAFBC. Grayscale: #545454. Windows color (decimal): -10268605 or 4411491. OLE color: 4411491.

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

Color convert

RGB 99 80 67 -
CMYK 0 0.19 0.32 0.61
HSL 24.38º 0.19% 0.33% -
HSV(B) 24.38º 0.32% 0.39% -
XYZ 9.03 8.8 6.53 -
YUV 84.2 118.29 138.56 -
System Red Green Blue C M Y K H S L
Decimal 99 80 67 0 0.19 0.32 0.61 24.38 0.19 0.33
Hex 63 50 43 0 13 20 3D 18 13 21
Octal 143 120 103 0 23 40 75 30 23 41
Binary 1100011 1010000 1000011 0 10011 100000 111101 11000 10011 100001

Color Harmonies of #635043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #635043

Black with #635043

Text Example


Text Example

White with #635043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #635043; }

 p { color: rgb(99,80,67); }

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

background-color css

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

 a { background-color: rgb(99,80,67); }

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

border-color css

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

 span { border-color: rgb(99,80,67); }

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