Html Css Color HEX #6B5348 Quincy

📋 copy color: '#6B5348'

red 107 ◦ green 83 ◦ blue 72

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

Shades of Quincy #6B5348

Tints of Quincy #6B5348

RGB

 RED value IS 107 (42.19% from 255) = 40.84%

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

 BLUE value IS 72 (28.52% from 255) = 27.48%

R = 40.84%
G = 31.68%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#6B5348 (or 0x6B5348) is known color: Quincy. HEX triplet: 6B, 53 and 48. RGB value is (107,83,72). Sum of RGB (Red+Green+Blue) = 107+83+72=262 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.84% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5348 is #94ACB7. Grayscale: #585858. Windows color (decimal): -9743544 or 4739947. OLE color: 4739947.

HSL color Cylindrical-coordinate representation of color #6B5348: hue angle of 18.86º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B5348 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 83 72 -
CMYK 0 0.22 0.33 0.58
HSL 18.86º 0.2% 0.35% -
HSV(B) 18.86º 0.33% 0.42% -
XYZ 10.33 9.78 7.47 -
YUV 88.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 107 83 72 0 0.22 0.33 0.58 18.86 0.2 0.35
Hex 6B 53 48 0 16 21 3A 13 14 23
Octal 153 123 110 0 26 41 72 23 24 43
Binary 1101011 1010011 1001000 0 10110 100001 111010 10011 10100 100011

Color Harmonies of #6B5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5348

Black with #6B5348

Text Example


Text Example

White with #6B5348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B5348; }

 p { color: rgb(107,83,72); }

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

background-color css

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

 a { background-color: rgb(107,83,72); }

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

border-color css

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

 span { border-color: rgb(107,83,72); }

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