Html Css Color HEX #6A413F Sanguine Brown

📋 copy color: '#6A413F'

red 106 ◦ green 65 ◦ blue 63

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

Shades of Sanguine Brown #6A413F

Tints of Sanguine Brown #6A413F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.78%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 45.3%
G = 27.78%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.58

RGB Variations

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

Color information

#6A413F (or 0x6A413F) is known color: Sanguine Brown. HEX triplet: 6A, 41 and 3F. RGB value is (106,65,63). Sum of RGB (Red+Green+Blue) = 106+65+63=234 (30% of max value = 765). Red value is 106 (41.80% from 255 or 45.30% from 234); Green value is 65 (25.78% from 255 or 27.78% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 106 - color contains mainly: red. Hex color #6A413F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A413F is #95BEC0. Grayscale: #4D4D4D. Windows color (decimal): -9813697 or 4145514. OLE color: 4145514.

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

Color convert

RGB 106 65 63 -
CMYK 0 0.39 0.41 0.58
HSL 2.79º 0.25% 0.33% -
HSV(B) 2.79º 0.41% 0.42% -
XYZ 8.73 7.2 5.63 -
YUV 77.03 120.08 148.66 -
System Red Green Blue C M Y K H S L
Decimal 106 65 63 0 0.39 0.41 0.58 2.79 0.25 0.33
Hex 6A 41 3F 0 27 29 3A 3 19 21
Octal 152 101 77 0 47 51 72 3 31 41
Binary 1101010 1000001 111111 0 100111 101001 111010 11 11001 100001

Color Harmonies of #6A413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A413F

Black with #6A413F

Text Example


Text Example

White with #6A413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,65,63); }

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

background-color css

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

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

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

border-color css

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

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

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