Html Css Color HEX #67554B Quincy

📋 copy color: '#67554B'

red 103 ◦ green 85 ◦ blue 75

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

Shades of Quincy #67554B

Tints of Quincy #67554B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.32%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 39.16%
G = 32.32%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#67554B (or 0x67554B) is known color: Quincy. HEX triplet: 67, 55 and 4B. RGB value is (103,85,75). Sum of RGB (Red+Green+Blue) = 103+85+75=263 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.16% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 103 - color contains mainly: red. Hex color #67554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67554B is #98AAB4. Grayscale: #595959. Windows color (decimal): -10005173 or 4937063. OLE color: 4937063.

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

Color convert

RGB 103 85 75 -
CMYK 0 0.17 0.27 0.60
HSL 21.43º 0.16% 0.35% -
HSV(B) 21.43º 0.27% 0.4% -
XYZ 10.11 9.89 8.03 -
YUV 89.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 103 85 75 0 0.17 0.27 0.60 21.43 0.16 0.35
Hex 67 55 4B 0 11 1B 3C 15 10 23
Octal 147 125 113 0 21 33 74 25 20 43
Binary 1100111 1010101 1001011 0 10001 11011 111100 10101 10000 100011

Color Harmonies of #67554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67554B

Black with #67554B

Text Example


Text Example

White with #67554B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67554B; }

 p { color: rgb(103,85,75); }

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

background-color css

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

 a { background-color: rgb(103,85,75); }

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

border-color css

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

 span { border-color: rgb(103,85,75); }

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