Html Css Color HEX #6F0E14 Pohutukawa

📋 copy color: '#6F0E14'

red 111 ◦ green 14 ◦ blue 20

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

Shades of Pohutukawa #6F0E14

Tints of Pohutukawa #6F0E14

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.66%

 BLUE value IS 20 (8.2% from 255) = 13.79%

R = 76.55%
G = 9.66%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.56

RGB Variations

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

Color information

#6F0E14 (or 0x6F0E14) is known color: Pohutukawa. HEX triplet: 6F, 0E and 14. RGB value is (111,14,20). Sum of RGB (Red+Green+Blue) = 111+14+20=145 (19% of max value = 765). Red value is 111 (43.75% from 255 or 76.55% from 145); Green value is 14 (5.86% from 255 or 9.66% from 145); Blue value is 20 (8.20% from 255 or 13.79% from 145); Max value from RGB is 111 - color contains mainly: red. Hex color #6F0E14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6F0E14 is #90F1EB. Grayscale: #2B2B2B. Windows color (decimal): -9499116 or 1314415. OLE color: 1314415.

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

Color convert

RGB 111 14 20 -
CMYK 0 0.87 0.82 0.56
HSL 356.29º 0.78% 0.25% -
HSV(B) 356.29º 0.87% 0.44% -
XYZ 6.84 3.74 1.02 -
YUV 43.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 111 14 20 0 0.87 0.82 0.56 356.29 0.78 0.25
Hex 6F E 14 0 57 52 38 164 4E 19
Octal 157 16 24 0 127 122 70 544 116 31
Binary 1101111 1110 10100 0 1010111 1010010 111000 101100100 1001110 11001

Color Harmonies of #6F0E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F0E14

Black with #6F0E14

Text Example


Text Example

White with #6F0E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,14,20); }

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

background-color css

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

 a { background-color: rgb(111,14,20); }

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

border-color css

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

 span { border-color: rgb(111,14,20); }

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