Html Css Color HEX #6F0B16 Pohutukawa

📋 copy color: '#6F0B16'

red 111 ◦ green 11 ◦ blue 22

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

Shades of Pohutukawa #6F0B16

Tints of Pohutukawa #6F0B16

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.64%

 BLUE value IS 22 (8.98% from 255) = 15.28%

R = 77.08%
G = 7.64%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.56

RGB Variations

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

Color information

#6F0B16 (or 0x6F0B16) is known color: Pohutukawa. HEX triplet: 6F, 0B and 16. RGB value is (111,11,22). Sum of RGB (Red+Green+Blue) = 111+11+22=144 (19% of max value = 765). Red value is 111 (43.75% from 255 or 77.08% from 144); Green value is 11 (4.69% from 255 or 7.64% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0B16 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0B16 is #90F4E9. Grayscale: #2A2A2A. Windows color (decimal): -9499882 or 1444719. OLE color: 1444719.

HSL color Cylindrical-coordinate representation of color #6F0B16: hue angle of 353.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F0B16 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 11 22 -
CMYK 0 0.90 0.80 0.56
HSL 353.4º 0.82% 0.24% -
HSV(B) 353.4º 0.9% 0.44% -
XYZ 6.82 3.68 1.11 -
YUV 42.15 116.63 177.11 -
System Red Green Blue C M Y K H S L
Decimal 111 11 22 0 0.90 0.80 0.56 353.4 0.82 0.24
Hex 6F B 16 0 5A 50 38 161 52 18
Octal 157 13 26 0 132 120 70 541 122 30
Binary 1101111 1011 10110 0 1011010 1010000 111000 101100001 1010010 11000

Color Harmonies of #6F0B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0B16

Black with #6F0B16

Text Example


Text Example

White with #6F0B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,11,22); }

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

background-color css

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

 a { background-color: rgb(111,11,22); }

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

border-color css

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

 span { border-color: rgb(111,11,22); }

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