Html Css Color HEX #6E1011 Pohutukawa

📋 copy color: '#6E1011'

red 110 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #6E1011

Tints of Pohutukawa #6E1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.19%

 BLUE value IS 17 (7.03% from 255) = 11.89%

R = 76.92%
G = 11.19%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.57

RGB Variations

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

Color information

#6E1011 (or 0x6E1011) is known color: Pohutukawa. HEX triplet: 6E, 10 and 11. RGB value is (110,16,17). Sum of RGB (Red+Green+Blue) = 110+16+17=143 (18% of max value = 765). Red value is 110 (43.36% from 255 or 76.92% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 17 (7.03% from 255 or 11.89% from 143); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1011 is #91EFEE. Grayscale: #2C2C2C. Windows color (decimal): -9564143 or 1118318. OLE color: 1118318.

HSL color Cylindrical-coordinate representation of color #6E1011: hue angle of 359.36º degrees, saturation: 0.75, 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 #6E1011 is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.57.

Color convert

RGB 110 16 17 -
CMYK 0 0.85 0.85 0.57
HSL 359.36º 0.75% 0.25% -
HSV(B) 359.36º 0.85% 0.43% -
XYZ 6.72 3.73 0.9 -
YUV 44.22 112.64 174.92 -
System Red Green Blue C M Y K H S L
Decimal 110 16 17 0 0.85 0.85 0.57 359.36 0.75 0.25
Hex 6E 10 11 0 55 55 39 167 4B 19
Octal 156 20 21 0 125 125 71 547 113 31
Binary 1101110 10000 10001 0 1010101 1010101 111001 101100111 1001011 11001

Color Harmonies of #6E1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1011

Black with #6E1011

Text Example


Text Example

White with #6E1011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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