Html Css Color HEX #6E0F18 Pohutukawa

📋 copy color: '#6E0F18'

red 110 ◦ green 15 ◦ blue 24

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

Shades of Pohutukawa #6E0F18

Tints of Pohutukawa #6E0F18

RGB

 RED value IS 110 (43.36% from 255) = 73.83%

 GREEN value IS 15 (6.25% from 255) = 10.07%

 BLUE value IS 24 (9.77% from 255) = 16.11%

R = 73.83%
G = 10.07%
B = 16.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6E0F18 (or 0x6E0F18) is known color: Pohutukawa. HEX triplet: 6E, 0F and 18. RGB value is (110,15,24). Sum of RGB (Red+Green+Blue) = 110+15+24=149 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.83% from 149); Green value is 15 (6.25% from 255 or 10.07% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0F18 is #91F0E7. Grayscale: #2C2C2C. Windows color (decimal): -9564392 or 1576814. OLE color: 1576814.

HSL color Cylindrical-coordinate representation of color #6E0F18: hue angle of 354.32º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #6E0F18 is Cyan = 0, Magento = 0.86, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 15 24 -
CMYK 0 0.86 0.78 0.57
HSL 354.32º 0.76% 0.25% -
HSV(B) 354.32º 0.86% 0.43% -
XYZ 6.77 3.72 1.23 -
YUV 44.43 116.47 174.77 -
System Red Green Blue C M Y K H S L
Decimal 110 15 24 0 0.86 0.78 0.57 354.32 0.76 0.25
Hex 6E F 18 0 56 4E 39 162 4C 19
Octal 156 17 30 0 126 116 71 542 114 31
Binary 1101110 1111 11000 0 1010110 1001110 111001 101100010 1001100 11001

Color Harmonies of #6E0F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F18

Black with #6E0F18

Text Example


Text Example

White with #6E0F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,24); }

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

background-color css

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

 a { background-color: rgb(110,15,24); }

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

border-color css

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

 span { border-color: rgb(110,15,24); }

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