Html Css Color HEX #675145 Quincy

📋 copy color: '#675145'

red 103 ◦ green 81 ◦ blue 69

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

Shades of Quincy #675145

Tints of Quincy #675145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.27%

R = 40.71%
G = 32.02%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#675145 (or 0x675145) is known color: Quincy. HEX triplet: 67, 51 and 45. RGB value is (103,81,69). Sum of RGB (Red+Green+Blue) = 103+81+69=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 81 (32.03% from 255 or 32.02% from 253); Blue value is 69 (27.34% from 255 or 27.27% from 253); Max value from RGB is 103 - color contains mainly: red. Hex color #675145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675145 is #98AEBA. Grayscale: #565656. Windows color (decimal): -10006203 or 4542823. OLE color: 4542823.

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

Color convert

RGB 103 81 69 -
CMYK 0 0.21 0.33 0.60
HSL 21.18º 0.2% 0.34% -
HSV(B) 21.18º 0.33% 0.4% -
XYZ 9.61 9.2 6.9 -
YUV 86.21 118.29 139.98 -
System Red Green Blue C M Y K H S L
Decimal 103 81 69 0 0.21 0.33 0.60 21.18 0.2 0.34
Hex 67 51 45 0 15 21 3C 15 14 22
Octal 147 121 105 0 25 41 74 25 24 42
Binary 1100111 1010001 1000101 0 10101 100001 111100 10101 10100 100010

Color Harmonies of #675145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675145

Black with #675145

Text Example


Text Example

White with #675145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675145; }

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

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

background-color css

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

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

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

border-color css

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

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

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