Html Css Color HEX #705542 Quincy

📋 copy color: '#705542'

red 112 ◦ green 85 ◦ blue 66

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

Shades of Quincy #705542

Tints of Quincy #705542

RGB

 RED value IS 112 (44.14% from 255) = 42.59%

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

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

R = 42.59%
G = 32.32%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#705542 (or 0x705542) is known color: Quincy. HEX triplet: 70, 55 and 42. RGB value is (112,85,66). Sum of RGB (Red+Green+Blue) = 112+85+66=263 (34% of max value = 765). Red value is 112 (44.14% from 255 or 42.59% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 66 (26.17% from 255 or 25.10% from 263); Max value from RGB is 112 - color contains mainly: red. Hex color #705542 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #705542 is #8FAABD. Grayscale: #5B5B5B. Windows color (decimal): -9415358 or 4347248. OLE color: 4347248.

HSL color Cylindrical-coordinate representation of color #705542: hue angle of 24.78º degrees, saturation: 0.26, 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 #705542 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.56.

Color convert

RGB 112 85 66 -
CMYK 0 0.24 0.41 0.56
HSL 24.78º 0.26% 0.35% -
HSV(B) 24.78º 0.41% 0.44% -
XYZ 10.91 10.34 6.57 -
YUV 90.91 113.95 143.04 -
System Red Green Blue C M Y K H S L
Decimal 112 85 66 0 0.24 0.41 0.56 24.78 0.26 0.35
Hex 70 55 42 0 18 29 38 19 1A 23
Octal 160 125 102 0 30 51 70 31 32 43
Binary 1110000 1010101 1000010 0 11000 101001 111000 11001 11010 100011

Color Harmonies of #705542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705542

Black with #705542

Text Example


Text Example

White with #705542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #705542; }

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

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

background-color css

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

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

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

border-color css

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

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

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