Html Css Color HEX #6E1015 Pohutukawa

📋 copy color: '#6E1015'

red 110 ◦ green 16 ◦ blue 21

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

Shades of Pohutukawa #6E1015

Tints of Pohutukawa #6E1015

RGB

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

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

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

R = 74.83%
G = 10.88%
B = 14.29%

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

#6E1015 (or 0x6E1015) is known color: Pohutukawa. HEX triplet: 6E, 10 and 15. RGB value is (110,16,21). Sum of RGB (Red+Green+Blue) = 110+16+21=147 (19% of max value = 765). Red value is 110 (43.36% from 255 or 74.83% from 147); Green value is 16 (6.64% from 255 or 10.88% from 147); Blue value is 21 (8.59% from 255 or 14.29% from 147); Max value from RGB is 110 - color contains mainly: red. Hex color #6E1015 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6E1015 is #91EFEA. Grayscale: #2C2C2C. Windows color (decimal): -9564139 or 1380462. OLE color: 1380462.

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

Color convert

RGB 110 16 21 -
CMYK 0 0.85 0.81 0.57
HSL 356.81º 0.75% 0.25% -
HSV(B) 356.81º 0.85% 0.43% -
XYZ 6.75 3.74 1.08 -
YUV 44.68 114.64 174.59 -
System Red Green Blue C M Y K H S L
Decimal 110 16 21 0 0.85 0.81 0.57 356.81 0.75 0.25
Hex 6E 10 15 0 55 51 39 165 4B 19
Octal 156 20 25 0 125 121 71 545 113 31
Binary 1101110 10000 10101 0 1010101 1010001 111001 101100101 1001011 11001

Color Harmonies of #6E1015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E1015

Black with #6E1015

Text Example


Text Example

White with #6E1015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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