Html Css Color HEX #695242 Quincy

📋 copy color: '#695242'

red 105 ◦ green 82 ◦ blue 66

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

Shades of Quincy #695242

Tints of Quincy #695242

RGB

 RED value IS 105 (41.41% from 255) = 41.5%

 GREEN value IS 82 (32.42% from 255) = 32.41%

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

R = 41.5%
G = 32.41%
B = 26.09%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#695242 (or 0x695242) is known color: Quincy. HEX triplet: 69, 52 and 42. RGB value is (105,82,66). Sum of RGB (Red+Green+Blue) = 105+82+66=253 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.50% from 253); Green value is 82 (32.42% from 255 or 32.41% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 105 - color contains mainly: red. Hex color #695242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #695242 is #96ADBD. Grayscale: #575757. Windows color (decimal): -9874878 or 4346473. OLE color: 4346473.

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

Color convert

RGB 105 82 66 -
CMYK 0 0.22 0.37 0.59
HSL 24.62º 0.23% 0.34% -
HSV(B) 24.62º 0.37% 0.41% -
XYZ 9.83 9.43 6.46 -
YUV 87.05 116.12 140.8 -
System Red Green Blue C M Y K H S L
Decimal 105 82 66 0 0.22 0.37 0.59 24.62 0.23 0.34
Hex 69 52 42 0 16 25 3B 19 17 22
Octal 151 122 102 0 26 45 73 31 27 42
Binary 1101001 1010010 1000010 0 10110 100101 111011 11001 10111 100010

Color Harmonies of #695242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #695242

Black with #695242

Text Example


Text Example

White with #695242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #695242; }

 p { color: rgb(105,82,66); }

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

background-color css

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

 a { background-color: rgb(105,82,66); }

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

border-color css

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

 span { border-color: rgb(105,82,66); }

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