Html Css Color HEX #6F0306 Sangria

📋 copy color: '#6F0306'

red 111 ◦ green 3 ◦ blue 6

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

Shades of Sangria #6F0306

Tints of Sangria #6F0306

RGB

 RED value IS 111 (43.75% from 255) = 92.5%

 GREEN value IS 3 (1.56% from 255) = 2.5%

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

R = 92.5%
G = 2.5%
B = 5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F0306 (or 0x6F0306) is known color: Sangria. HEX triplet: 6F, 03 and 06. RGB value is (111,3,6). Sum of RGB (Red+Green+Blue) = 111+3+6=120 (15% of max value = 765). Red value is 111 (43.75% from 255 or 92.5% from 120); Green value is 3 (1.56% from 255 or 2.5% from 120); Blue value is 6 (2.73% from 255 or 5% from 120); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0306 is #90FCF9. Grayscale: #232323. Windows color (decimal): -9501946 or 394095. OLE color: 394095.

HSL color Cylindrical-coordinate representation of color #6F0306: hue angle of 358.33º degrees, saturation: 0.95, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F0306 is Cyan = 0, Magento = 0.97, Yellow = 0.95 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 3 6 -
CMYK 0 0.97 0.95 0.56
HSL 358.33º 0.95% 0.22% -
HSV(B) 358.33º 0.97% 0.44% -
XYZ 6.62 3.46 0.49 -
YUV 35.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 111 3 6 0 0.97 0.95 0.56 358.33 0.95 0.22
Hex 6F 3 6 0 61 5F 38 166 5F 16
Octal 157 3 6 0 141 137 70 546 137 26
Binary 1101111 11 110 0 1100001 1011111 111000 101100110 1011111 10110

Color Harmonies of #6F0306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0306

Black with #6F0306

Text Example


Text Example

White with #6F0306

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,3,6); }

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

background-color css

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

 a { background-color: rgb(111,3,6); }

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

border-color css

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

 span { border-color: rgb(111,3,6); }

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