Html Css Color HEX #665344 Quincy

📋 copy color: '#665344'

red 102 ◦ green 83 ◦ blue 68

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

Shades of Quincy #665344

Tints of Quincy #665344

RGB

 RED value IS 102 (40.23% from 255) = 40.32%

 GREEN value IS 83 (32.81% from 255) = 32.81%

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 40.32%
G = 32.81%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.33

 K value IS 0.6

RGB Variations

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

Color information

#665344 (or 0x665344) is known color: Quincy. HEX triplet: 66, 53 and 44. RGB value is (102,83,68). Sum of RGB (Red+Green+Blue) = 102+83+68=253 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.32% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 102 - color contains mainly: red. Hex color #665344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665344 is #99ACBB. Grayscale: #575757. Windows color (decimal): -10071228 or 4477798. OLE color: 4477798.

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

Color convert

RGB 102 83 68 -
CMYK 0 0.19 0.33 0.6
HSL 26.47º 0.2% 0.33% -
HSV(B) 26.47º 0.33% 0.4% -
XYZ 9.62 9.43 6.78 -
YUV 86.97 117.29 138.72 -
System Red Green Blue C M Y K H S L
Decimal 102 83 68 0 0.19 0.33 0.6 26.47 0.2 0.33
Hex 66 53 44 0 13 21 3C 1A 14 21
Octal 146 123 104 0 23 41 74 32 24 41
Binary 1100110 1010011 1000100 0 10011 100001 111100 11010 10100 100001

Color Harmonies of #665344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665344

Black with #665344

Text Example


Text Example

White with #665344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665344; }

 p { color: rgb(102,83,68); }

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

background-color css

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

 a { background-color: rgb(102,83,68); }

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

border-color css

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

 span { border-color: rgb(102,83,68); }

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