Html Css Color HEX #6B5343 Quincy

📋 copy color: '#6B5343'

red 107 ◦ green 83 ◦ blue 67

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

Shades of Quincy #6B5343

Tints of Quincy #6B5343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.07%

R = 41.63%
G = 32.3%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#6B5343 (or 0x6B5343) is known color: Quincy. HEX triplet: 6B, 53 and 43. RGB value is (107,83,67). Sum of RGB (Red+Green+Blue) = 107+83+67=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 67 (26.56% from 255 or 26.07% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B5343 is #94ACBC. Grayscale: #585858. Windows color (decimal): -9743549 or 4412267. OLE color: 4412267.

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

Color convert

RGB 107 83 67 -
CMYK 0 0.22 0.37 0.58
HSL 24º 0.23% 0.34% -
HSV(B) 24º 0.37% 0.42% -
XYZ 10.17 9.72 6.65 -
YUV 88.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 107 83 67 0 0.22 0.37 0.58 24 0.23 0.34
Hex 6B 53 43 0 16 25 3A 18 17 22
Octal 153 123 103 0 26 45 72 30 27 42
Binary 1101011 1010011 1000011 0 10110 100101 111010 11000 10111 100010

Color Harmonies of #6B5343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B5343

Black with #6B5343

Text Example


Text Example

White with #6B5343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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