Html Css Color HEX #6F5542 Quincy

📋 copy color: '#6F5542'

red 111 ◦ green 85 ◦ blue 66

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

Shades of Quincy #6F5542

Tints of Quincy #6F5542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.19%

R = 42.37%
G = 32.44%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#6F5542 (or 0x6F5542) is known color: Quincy. HEX triplet: 6F, 55 and 42. RGB value is (111,85,66). Sum of RGB (Red+Green+Blue) = 111+85+66=262 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.37% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F5542 is #90AABD. Grayscale: #5A5A5A. Windows color (decimal): -9480894 or 4347247. OLE color: 4347247.

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

Color convert

RGB 111 85 66 -
CMYK 0 0.23 0.41 0.56
HSL 25.33º 0.25% 0.35% -
HSV(B) 25.33º 0.41% 0.44% -
XYZ 10.79 10.27 6.57 -
YUV 90.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 111 85 66 0 0.23 0.41 0.56 25.33 0.25 0.35
Hex 6F 55 42 0 17 29 38 19 19 23
Octal 157 125 102 0 27 51 70 31 31 43
Binary 1101111 1010101 1000010 0 10111 101001 111000 11001 11001 100011

Color Harmonies of #6F5542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F5542

Black with #6F5542

Text Example


Text Example

White with #6F5542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,85,66); }

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

background-color css

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

 a { background-color: rgb(111,85,66); }

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

border-color css

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

 span { border-color: rgb(111,85,66); }

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