Html Css Color HEX #6F5346 Quincy

📋 copy color: '#6F5346'

red 111 ◦ green 83 ◦ blue 70

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

Shades of Quincy #6F5346

Tints of Quincy #6F5346

RGB

 RED value IS 111 (43.75% from 255) = 42.05%

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 42.05%
G = 31.44%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#6F5346 (or 0x6F5346) is known color: Quincy. HEX triplet: 6F, 53 and 46. RGB value is (111,83,70). Sum of RGB (Red+Green+Blue) = 111+83+70=264 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.05% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5346 is #90ACB9. Grayscale: #595959. Windows color (decimal): -9481402 or 4608879. OLE color: 4608879.

HSL color Cylindrical-coordinate representation of color #6F5346: hue angle of 19.02º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6F5346 is Cyan = 0, Magento = 0.25, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 83 70 -
CMYK 0 0.25 0.37 0.56
HSL 19.02º 0.23% 0.35% -
HSV(B) 19.02º 0.37% 0.44% -
XYZ 10.75 10.01 7.16 -
YUV 89.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 111 83 70 0 0.25 0.37 0.56 19.02 0.23 0.35
Hex 6F 53 46 0 19 25 38 13 17 23
Octal 157 123 106 0 31 45 70 23 27 43
Binary 1101111 1010011 1000110 0 11001 100101 111000 10011 10111 100011

Color Harmonies of #6F5346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5346

Black with #6F5346

Text Example


Text Example

White with #6F5346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,83,70); }

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

background-color css

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

 a { background-color: rgb(111,83,70); }

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

border-color css

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

 span { border-color: rgb(111,83,70); }

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