Html Css Color HEX #6E0C12 Pohutukawa

📋 copy color: '#6E0C12'

red 110 ◦ green 12 ◦ blue 18

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

Shades of Pohutukawa #6E0C12

Tints of Pohutukawa #6E0C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

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

R = 78.57%
G = 8.57%
B = 12.86%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.57

RGB Variations

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

Color information

#6E0C12 (or 0x6E0C12) is known color: Pohutukawa. HEX triplet: 6E, 0C and 12. RGB value is (110,12,18). Sum of RGB (Red+Green+Blue) = 110+12+18=140 (18% of max value = 765). Red value is 110 (43.36% from 255 or 78.57% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 18 (7.42% from 255 or 12.86% from 140); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0C12 is #91F3ED. Grayscale: #2A2A2A. Windows color (decimal): -9565166 or 1182830. OLE color: 1182830.

HSL color Cylindrical-coordinate representation of color #6E0C12: hue angle of 356.33º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6E0C12 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 12 18 -
CMYK 0 0.89 0.84 0.57
HSL 356.33º 0.8% 0.24% -
HSV(B) 356.33º 0.89% 0.43% -
XYZ 6.67 3.62 0.92 -
YUV 41.99 114.47 176.51 -
System Red Green Blue C M Y K H S L
Decimal 110 12 18 0 0.89 0.84 0.57 356.33 0.8 0.24
Hex 6E C 12 0 59 54 39 164 50 18
Octal 156 14 22 0 131 124 71 544 120 30
Binary 1101110 1100 10010 0 1011001 1010100 111001 101100100 1010000 11000

Color Harmonies of #6E0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0C12

Black with #6E0C12

Text Example


Text Example

White with #6E0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,12,18); }

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

background-color css

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

 a { background-color: rgb(110,12,18); }

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

border-color css

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

 span { border-color: rgb(110,12,18); }

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