Html Css Color HEX #6E0C18 Pohutukawa

📋 copy color: '#6E0C18'

red 110 ◦ green 12 ◦ blue 24

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

Shades of Pohutukawa #6E0C18

Tints of Pohutukawa #6E0C18

RGB

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

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

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

R = 75.34%
G = 8.22%
B = 16.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.57

RGB Variations

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

Color information

#6E0C18 (or 0x6E0C18) is known color: Pohutukawa. HEX triplet: 6E, 0C and 18. RGB value is (110,12,24). Sum of RGB (Red+Green+Blue) = 110+12+24=146 (19% of max value = 765). Red value is 110 (43.36% from 255 or 75.34% from 146); Green value is 12 (5.08% from 255 or 8.22% from 146); Blue value is 24 (9.77% from 255 or 16.44% from 146); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E0C18 is #91F3E7. Grayscale: #2A2A2A. Windows color (decimal): -9565160 or 1576046. OLE color: 1576046.

HSL color Cylindrical-coordinate representation of color #6E0C18: hue angle of 352.65º 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 #6E0C18 is Cyan = 0, Magento = 0.89, Yellow = 0.78 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 12 24 -
CMYK 0 0.89 0.78 0.57
HSL 352.65º 0.8% 0.24% -
HSV(B) 352.65º 0.89% 0.43% -
XYZ 6.73 3.64 1.21 -
YUV 42.67 117.47 176.02 -
System Red Green Blue C M Y K H S L
Decimal 110 12 24 0 0.89 0.78 0.57 352.65 0.8 0.24
Hex 6E C 18 0 59 4E 39 161 50 18
Octal 156 14 30 0 131 116 71 541 120 30
Binary 1101110 1100 11000 0 1011001 1001110 111001 101100001 1010000 11000

Color Harmonies of #6E0C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0C18

Black with #6E0C18

Text Example


Text Example

White with #6E0C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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