Html Css Color HEX #6A4040 Sanguine Brown

📋 copy color: '#6A4040'

red 106 ◦ green 64 ◦ blue 64

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

Shades of Sanguine Brown #6A4040

Tints of Sanguine Brown #6A4040

RGB

 RED value IS 106 (41.8% from 255) = 45.3%

 GREEN value IS 64 (25.39% from 255) = 27.35%

 BLUE value IS 64 (25.39% from 255) = 27.35%

R = 45.3%
G = 27.35%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.58

RGB Variations

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

Color information

#6A4040 (or 0x6A4040) is known color: Sanguine Brown. HEX triplet: 6A, 40 and 40. RGB value is (106,64,64). Sum of RGB (Red+Green+Blue) = 106+64+64=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 64 (25.39% from 255 or 27.35% from 234); Blue value is 64 (25.39% from 255 or 27.35% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A4040 is #95BFBF. Grayscale: #4C4C4C. Windows color (decimal): -9813952 or 4210794. OLE color: 4210794.

HSL color Cylindrical-coordinate representation of color #6A4040: hue angle of 0º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A4040 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 64 64 -
CMYK 0 0.40 0.40 0.58
HSL 0.25% 0.33% -
HSV(B) 0.4% 0.42% -
XYZ 8.7 7.1 5.76 -
YUV 76.56 120.91 149 -
System Red Green Blue C M Y K H S L
Decimal 106 64 64 0 0.40 0.40 0.58 0 0.25 0.33
Hex 6A 40 40 0 28 28 3A 0 19 21
Octal 152 100 100 0 50 50 72 0 31 41
Binary 1101010 1000000 1000000 0 101000 101000 111010 0 11001 100001

Color Harmonies of #6A4040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A4040

Black with #6A4040

Text Example


Text Example

White with #6A4040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,64,64); }

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

background-color css

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

 a { background-color: rgb(106,64,64); }

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

border-color css

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

 span { border-color: rgb(106,64,64); }

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