Html Css Color HEX #6F0206 Sangria

📋 copy color: '#6F0206'

red 111 ◦ green 2 ◦ blue 6

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

Shades of Sangria #6F0206

Tints of Sangria #6F0206

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.68%

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

R = 93.28%
G = 1.68%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.56

RGB Variations

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

Color information

#6F0206 (or 0x6F0206) is known color: Sangria. HEX triplet: 6F, 02 and 06. RGB value is (111,2,6). Sum of RGB (Red+Green+Blue) = 111+2+6=119 (15% of max value = 765). Red value is 111 (43.75% from 255 or 93.28% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0206 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0206 is #90FDF9. Grayscale: #232323. Windows color (decimal): -9502202 or 393839. OLE color: 393839.

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

Color convert

RGB 111 2 6 -
CMYK 0 0.98 0.95 0.56
HSL 357.8º 0.96% 0.22% -
HSV(B) 357.8º 0.98% 0.44% -
XYZ 6.61 3.44 0.49 -
YUV 35.05 111.61 182.17 -
System Red Green Blue C M Y K H S L
Decimal 111 2 6 0 0.98 0.95 0.56 357.8 0.96 0.22
Hex 6F 2 6 0 62 5F 38 166 60 16
Octal 157 2 6 0 142 137 70 546 140 26
Binary 1101111 10 110 0 1100010 1011111 111000 101100110 1100000 10110

Color Harmonies of #6F0206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0206

Black with #6F0206

Text Example


Text Example

White with #6F0206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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