Html Css Color HEX #6F1011 Pohutukawa

📋 copy color: '#6F1011'

red 111 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #6F1011

Tints of Pohutukawa #6F1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.11%

 BLUE value IS 17 (7.03% from 255) = 11.81%

R = 77.08%
G = 11.11%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.56

RGB Variations

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

Color information

#6F1011 (or 0x6F1011) is known color: Pohutukawa. HEX triplet: 6F, 10 and 11. RGB value is (111,16,17). Sum of RGB (Red+Green+Blue) = 111+16+17=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 16 (6.64% from 255 or 11.11% from 144); Blue value is 17 (7.03% from 255 or 11.81% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1011 is #90EFEE. Grayscale: #2C2C2C. Windows color (decimal): -9498607 or 1118319. OLE color: 1118319.

HSL color Cylindrical-coordinate representation of color #6F1011: hue angle of 359.37º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6F1011 is Cyan = 0, Magento = 0.86, Yellow = 0.85 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 17 -
CMYK 0 0.86 0.85 0.56
HSL 359.37º 0.75% 0.25% -
HSV(B) 359.37º 0.86% 0.44% -
XYZ 6.84 3.79 0.9 -
YUV 44.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 111 16 17 0 0.86 0.85 0.56 359.37 0.75 0.25
Hex 6F 10 11 0 56 55 38 167 4B 19
Octal 157 20 21 0 126 125 70 547 113 31
Binary 1101111 10000 10001 0 1010110 1010101 111000 101100111 1001011 11001

Color Harmonies of #6F1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1011

Black with #6F1011

Text Example


Text Example

White with #6F1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,16,17); }

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

background-color css

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

 a { background-color: rgb(111,16,17); }

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

border-color css

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

 span { border-color: rgb(111,16,17); }

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