Html Css Color HEX #67564C Quincy

📋 copy color: '#67564C'

red 103 ◦ green 86 ◦ blue 76

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

Shades of Quincy #67564C

Tints of Quincy #67564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 32.45%

 BLUE value IS 76 (30.08% from 255) = 28.68%

R = 38.87%
G = 32.45%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#67564C (or 0x67564C) is known color: Quincy. HEX triplet: 67, 56 and 4C. RGB value is (103,86,76). Sum of RGB (Red+Green+Blue) = 103+86+76=265 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.87% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 76 (30.08% from 255 or 28.68% from 265); Max value from RGB is 103 - color contains mainly: red. Hex color #67564C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67564C is #98A9B3. Grayscale: #595959. Windows color (decimal): -10004916 or 5002855. OLE color: 5002855.

HSL color Cylindrical-coordinate representation of color #67564C: hue angle of 22.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #67564C is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 86 76 -
CMYK 0 0.17 0.26 0.60
HSL 22.22º 0.15% 0.35% -
HSV(B) 22.22º 0.26% 0.4% -
XYZ 10.23 10.06 8.24 -
YUV 89.94 120.13 137.31 -
System Red Green Blue C M Y K H S L
Decimal 103 86 76 0 0.17 0.26 0.60 22.22 0.15 0.35
Hex 67 56 4C 0 11 1A 3C 16 F 23
Octal 147 126 114 0 21 32 74 26 17 43
Binary 1100111 1010110 1001100 0 10001 11010 111100 10110 1111 100011

Color Harmonies of #67564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67564C

Black with #67564C

Text Example


Text Example

White with #67564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67564C; }

 p { color: rgb(103,86,76); }

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

background-color css

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

 a { background-color: rgb(103,86,76); }

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

border-color css

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

 span { border-color: rgb(103,86,76); }

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