Html Css Color HEX #684242 Sanguine Brown

📋 copy color: '#684242'

red 104 ◦ green 66 ◦ blue 66

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

Shades of Sanguine Brown #684242

Tints of Sanguine Brown #684242

RGB

 RED value IS 104 (41.02% from 255) = 44.07%

 GREEN value IS 66 (26.17% from 255) = 27.97%

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

R = 44.07%
G = 27.97%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.59

RGB Variations

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

Color information

#684242 (or 0x684242) is known color: Sanguine Brown. HEX triplet: 68, 42 and 42. RGB value is (104,66,66). Sum of RGB (Red+Green+Blue) = 104+66+66=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #684242 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #684242 is #97BDBD. Grayscale: #4D4D4D. Windows color (decimal): -9944510 or 4342376. OLE color: 4342376.

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

Color convert

RGB 104 66 66 -
CMYK 0 0.37 0.37 0.59
HSL 0.22% 0.33% -
HSV(B) 0.37% 0.41% -
XYZ 8.64 7.23 6.09 -
YUV 77.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 104 66 66 0 0.37 0.37 0.59 0 0.22 0.33
Hex 68 42 42 0 25 25 3B 0 16 21
Octal 150 102 102 0 45 45 73 0 26 41
Binary 1101000 1000010 1000010 0 100101 100101 111011 0 10110 100001

Color Harmonies of #684242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684242

Black with #684242

Text Example


Text Example

White with #684242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684242; }

 p { color: rgb(104,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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