Html Css Color HEX #6E1115 Pohutukawa

📋 copy color: '#6E1115'

red 110 ◦ green 17 ◦ blue 21

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

Shades of Pohutukawa #6E1115

Tints of Pohutukawa #6E1115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 74.32%
G = 11.49%
B = 14.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.57

RGB Variations

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

Color information

#6E1115 (or 0x6E1115) is known color: Pohutukawa. HEX triplet: 6E, 11 and 15. RGB value is (110,17,21). Sum of RGB (Red+Green+Blue) = 110+17+21=148 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.32% from 148); Green value is 17 (7.03% from 255 or 11.49% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1115 is #91EEEA. Grayscale: #2D2D2D. Windows color (decimal): -9563883 or 1380718. OLE color: 1380718.

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

Color convert

RGB 110 17 21 -
CMYK 0 0.85 0.81 0.57
HSL 357.42º 0.73% 0.25% -
HSV(B) 357.42º 0.85% 0.43% -
XYZ 6.77 3.77 1.08 -
YUV 45.26 114.31 174.17 -
System Red Green Blue C M Y K H S L
Decimal 110 17 21 0 0.85 0.81 0.57 357.42 0.73 0.25
Hex 6E 11 15 0 55 51 39 165 49 19
Octal 156 21 25 0 125 121 71 545 111 31
Binary 1101110 10001 10101 0 1010101 1010001 111001 101100101 1001001 11001

Color Harmonies of #6E1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1115

Black with #6E1115

Text Example


Text Example

White with #6E1115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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