Html Css Color HEX #675445 Quincy

📋 copy color: '#675445'

red 103 ◦ green 84 ◦ blue 69

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

Shades of Quincy #675445

Tints of Quincy #675445

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.81%

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

R = 40.23%
G = 32.81%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.33

 K value IS 0.60

RGB Variations

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

Color information

#675445 (or 0x675445) is known color: Quincy. HEX triplet: 67, 54 and 45. RGB value is (103,84,69). Sum of RGB (Red+Green+Blue) = 103+84+69=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 84 (33.20% from 255 or 32.81% from 256); Blue value is 69 (27.34% from 255 or 26.95% from 256); Max value from RGB is 103 - color contains mainly: red. Hex color #675445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675445 is #98ABBA. Grayscale: #585858. Windows color (decimal): -10005435 or 4543591. OLE color: 4543591.

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

Color convert

RGB 103 84 69 -
CMYK 0 0.18 0.33 0.60
HSL 26.47º 0.2% 0.34% -
HSV(B) 26.47º 0.33% 0.4% -
XYZ 9.84 9.65 6.98 -
YUV 87.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 103 84 69 0 0.18 0.33 0.60 26.47 0.2 0.34
Hex 67 54 45 0 12 21 3C 1A 14 22
Octal 147 124 105 0 22 41 74 32 24 42
Binary 1100111 1010100 1000101 0 10010 100001 111100 11010 10100 100010

Color Harmonies of #675445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675445

Black with #675445

Text Example


Text Example

White with #675445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675445; }

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

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

background-color css

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

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

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

border-color css

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

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

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