Html Css Color HEX #6F1012 Pohutukawa

📋 copy color: '#6F1012'

red 111 ◦ green 16 ◦ blue 18

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

Shades of Pohutukawa #6F1012

Tints of Pohutukawa #6F1012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 12.41%

R = 76.55%
G = 11.03%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#6F1012 (or 0x6F1012) is known color: Pohutukawa. HEX triplet: 6F, 10 and 12. RGB value is (111,16,18). Sum of RGB (Red+Green+Blue) = 111+16+18=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 16 (6.64% from 255 or 11.03% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F1012 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F1012 is #90EFED. Grayscale: #2C2C2C. Windows color (decimal): -9498606 or 1183855. OLE color: 1183855.

HSL color Cylindrical-coordinate representation of color #6F1012: hue angle of 358.74º 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 #6F1012 is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 16 18 -
CMYK 0 0.86 0.84 0.56
HSL 358.74º 0.75% 0.25% -
HSV(B) 358.74º 0.86% 0.44% -
XYZ 6.85 3.79 0.94 -
YUV 44.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 111 16 18 0 0.86 0.84 0.56 358.74 0.75 0.25
Hex 6F 10 12 0 56 54 38 167 4B 19
Octal 157 20 22 0 126 124 70 547 113 31
Binary 1101111 10000 10010 0 1010110 1010100 111000 101100111 1001011 11001

Color Harmonies of #6F1012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1012

Black with #6F1012

Text Example


Text Example

White with #6F1012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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