Html Css Color HEX #6F5348 Quincy

📋 copy color: '#6F5348'

red 111 ◦ green 83 ◦ blue 72

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

Shades of Quincy #6F5348

Tints of Quincy #6F5348

RGB

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

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

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

R = 41.73%
G = 31.2%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#6F5348 (or 0x6F5348) is known color: Quincy. HEX triplet: 6F, 53 and 48. RGB value is (111,83,72). Sum of RGB (Red+Green+Blue) = 111+83+72=266 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.73% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 72 (28.52% from 255 or 27.07% from 266); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5348 is #90ACB7. Grayscale: #5A5A5A. Windows color (decimal): -9481400 or 4739951. OLE color: 4739951.

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

Color convert

RGB 111 83 72 -
CMYK 0 0.25 0.35 0.56
HSL 16.92º 0.21% 0.36% -
HSV(B) 16.92º 0.35% 0.44% -
XYZ 10.82 10.03 7.5 -
YUV 90.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 111 83 72 0 0.25 0.35 0.56 16.92 0.21 0.36
Hex 6F 53 48 0 19 23 38 11 15 24
Octal 157 123 110 0 31 43 70 21 25 44
Binary 1101111 1010011 1001000 0 11001 100011 111000 10001 10101 100100

Color Harmonies of #6F5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5348

Black with #6F5348

Text Example


Text Example

White with #6F5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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