Html Css Color HEX #6E0506 Sangria

📋 copy color: '#6E0506'

red 110 ◦ green 5 ◦ blue 6

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

Shades of Sangria #6E0506

Tints of Sangria #6E0506

RGB

 RED value IS 110 (43.36% from 255) = 90.91%

 GREEN value IS 5 (2.34% from 255) = 4.13%

 BLUE value IS 6 (2.73% from 255) = 4.96%

R = 90.91%
G = 4.13%
B = 4.96%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.95

 K value IS 0.57

RGB Variations

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

Color information

#6E0506 (or 0x6E0506) is known color: Sangria. HEX triplet: 6E, 05 and 06. RGB value is (110,5,6). Sum of RGB (Red+Green+Blue) = 110+5+6=121 (16% of max value = 765). Red value is 110 (43.36% from 255 or 90.91% from 121); Green value is 5 (2.34% from 255 or 4.13% from 121); Blue value is 6 (2.73% from 255 or 4.96% from 121); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0506 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0506 is #91FAF9. Grayscale: #242424. Windows color (decimal): -9566970 or 394606. OLE color: 394606.

HSL color Cylindrical-coordinate representation of color #6E0506: hue angle of 359.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6E0506 is Cyan = 0, Magento = 0.95, Yellow = 0.95 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 5 6 -
CMYK 0 0.95 0.95 0.57
HSL 359.43º 0.91% 0.23% -
HSV(B) 359.43º 0.95% 0.43% -
XYZ 6.52 3.44 0.49 -
YUV 36.51 110.79 180.42 -
System Red Green Blue C M Y K H S L
Decimal 110 5 6 0 0.95 0.95 0.57 359.43 0.91 0.23
Hex 6E 5 6 0 5F 5F 39 167 5B 17
Octal 156 5 6 0 137 137 71 547 133 27
Binary 1101110 101 110 0 1011111 1011111 111001 101100111 1011011 10111

Color Harmonies of #6E0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0506

Black with #6E0506

Text Example


Text Example

White with #6E0506

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,5,6); }

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

background-color css

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

 a { background-color: rgb(110,5,6); }

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

border-color css

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

 span { border-color: rgb(110,5,6); }

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