Html Css Color HEX #675141 Quincy

📋 copy color: '#675141'

red 103 ◦ green 81 ◦ blue 65

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

Shades of Quincy #675141

Tints of Quincy #675141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 26.1%

R = 41.37%
G = 32.53%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#675141 (or 0x675141) is known color: Quincy. HEX triplet: 67, 51 and 41. RGB value is (103,81,65). Sum of RGB (Red+Green+Blue) = 103+81+65=249 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.37% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 65 (25.78% from 255 or 26.10% from 249); Max value from RGB is 103 - color contains mainly: red. Hex color #675141 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #675141 is #98AEBE. Grayscale: #555555. Windows color (decimal): -10006207 or 4280679. OLE color: 4280679.

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

Color convert

RGB 103 81 65 -
CMYK 0 0.21 0.37 0.60
HSL 25.26º 0.23% 0.33% -
HSV(B) 25.26º 0.37% 0.4% -
XYZ 9.49 9.15 6.27 -
YUV 85.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 103 81 65 0 0.21 0.37 0.60 25.26 0.23 0.33
Hex 67 51 41 0 15 25 3C 19 17 21
Octal 147 121 101 0 25 45 74 31 27 41
Binary 1100111 1010001 1000001 0 10101 100101 111100 11001 10111 100001

Color Harmonies of #675141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675141

Black with #675141

Text Example


Text Example

White with #675141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #675141; }

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

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

background-color css

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

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

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

border-color css

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

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

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