Html Css Color HEX #675146 Quincy

📋 copy color: '#675146'

red 103 ◦ green 81 ◦ blue 70

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

Shades of Quincy #675146

Tints of Quincy #675146

RGB

 RED value IS 103 (40.63% from 255) = 40.55%

 GREEN value IS 81 (32.03% from 255) = 31.89%

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

R = 40.55%
G = 31.89%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.32

 K value IS 0.60

RGB Variations

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

Color information

#675146 (or 0x675146) is known color: Quincy. HEX triplet: 67, 51 and 46. RGB value is (103,81,70). Sum of RGB (Red+Green+Blue) = 103+81+70=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 81 (32.03% from 255 or 31.89% from 254); Blue value is 70 (27.73% from 255 or 27.56% from 254); Max value from RGB is 103 - color contains mainly: red. Hex color #675146 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675146 is #98AEB9. Grayscale: #565656. Windows color (decimal): -10006202 or 4608359. OLE color: 4608359.

HSL color Cylindrical-coordinate representation of color #675146: hue angle of 20º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #675146 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 81 70 -
CMYK 0 0.21 0.32 0.60
HSL 20º 0.19% 0.34% -
HSV(B) 20º 0.32% 0.4% -
XYZ 9.64 9.21 7.06 -
YUV 86.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 103 81 70 0 0.21 0.32 0.60 20 0.19 0.34
Hex 67 51 46 0 15 20 3C 14 13 22
Octal 147 121 106 0 25 40 74 24 23 42
Binary 1100111 1010001 1000110 0 10101 100000 111100 10100 10011 100010

Color Harmonies of #675146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675146

Black with #675146

Text Example


Text Example

White with #675146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675146; }

 p { color: rgb(103,81,70); }

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

background-color css

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

 a { background-color: rgb(103,81,70); }

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

border-color css

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

 span { border-color: rgb(103,81,70); }

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