Html Css Color HEX #6E111A Pohutukawa

📋 copy color: '#6E111A'

red 110 ◦ green 17 ◦ blue 26

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

Shades of Pohutukawa #6E111A

Tints of Pohutukawa #6E111A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.11%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 71.9%
G = 11.11%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.57

RGB Variations

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

Color information

#6E111A (or 0x6E111A) is known color: Pohutukawa. HEX triplet: 6E, 11 and 1A. RGB value is (110,17,26). Sum of RGB (Red+Green+Blue) = 110+17+26=153 (20% of max value = 765). Red value is 110 (43.36% from 255 or 71.90% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 110 - color contains mainly: red. Hex color #6E111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E111A is #91EEE5. Grayscale: #2D2D2D. Windows color (decimal): -9563878 or 1708398. OLE color: 1708398.

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

Color convert

RGB 110 17 26 -
CMYK 0 0.85 0.76 0.57
HSL 354.19º 0.73% 0.25% -
HSV(B) 354.19º 0.85% 0.43% -
XYZ 6.82 3.79 1.35 -
YUV 45.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 110 17 26 0 0.85 0.76 0.57 354.19 0.73 0.25
Hex 6E 11 1A 0 55 4C 39 162 49 19
Octal 156 21 32 0 125 114 71 542 111 31
Binary 1101110 10001 11010 0 1010101 1001100 111001 101100010 1001001 11001

Color Harmonies of #6E111A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E111A

Black with #6E111A

Text Example


Text Example

White with #6E111A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,17,26); }

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

background-color css

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

 a { background-color: rgb(110,17,26); }

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

border-color css

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

 span { border-color: rgb(110,17,26); }

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