Html Css Color HEX #6E1117 Pohutukawa

📋 copy color: '#6E1117'

red 110 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #6E1117

Tints of Pohutukawa #6E1117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 15.33%

R = 73.33%
G = 11.33%
B = 15.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.57

RGB Variations

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

Color information

#6E1117 (or 0x6E1117) is known color: Pohutukawa. HEX triplet: 6E, 11 and 17. RGB value is (110,17,23). Sum of RGB (Red+Green+Blue) = 110+17+23=150 (19% of max value = 765). Red value is 110 (43.36% from 255 or 73.33% from 150); Green value is 17 (7.03% from 255 or 11.33% from 150); Blue value is 23 (9.38% from 255 or 15.33% from 150); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1117 is #91EEE8. Grayscale: #2D2D2D. Windows color (decimal): -9563881 or 1511790. OLE color: 1511790.

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

Color convert

RGB 110 17 23 -
CMYK 0 0.85 0.79 0.57
HSL 356.13º 0.73% 0.25% -
HSV(B) 356.13º 0.85% 0.43% -
XYZ 6.79 3.78 1.18 -
YUV 45.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 110 17 23 0 0.85 0.79 0.57 356.13 0.73 0.25
Hex 6E 11 17 0 55 4F 39 164 49 19
Octal 156 21 27 0 125 117 71 544 111 31
Binary 1101110 10001 10111 0 1010101 1001111 111001 101100100 1001001 11001

Color Harmonies of #6E1117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1117

Black with #6E1117

Text Example


Text Example

White with #6E1117

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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