Html Css Color HEX #6E0F20 Pohutukawa

📋 copy color: '#6E0F20'

red 110 ◦ green 15 ◦ blue 32

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

Shades of Pohutukawa #6E0F20

Tints of Pohutukawa #6E0F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.55%

 BLUE value IS 32 (12.89% from 255) = 20.38%

R = 70.06%
G = 9.55%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.57

RGB Variations

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

Color information

#6E0F20 (or 0x6E0F20) is known color: Pohutukawa. HEX triplet: 6E, 0F and 20. RGB value is (110,15,32). Sum of RGB (Red+Green+Blue) = 110+15+32=157 (20% of max value = 765). Red value is 110 (43.36% from 255 or 70.06% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 110 - color contains mainly: red. Hex color #6E0F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6E0F20 is #91F0DF. Grayscale: #2D2D2D. Windows color (decimal): -9564384 or 2101102. OLE color: 2101102.

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

Color convert

RGB 110 15 32 -
CMYK 0 0.86 0.71 0.57
HSL 349.26º 0.76% 0.25% -
HSV(B) 349.26º 0.86% 0.43% -
XYZ 6.86 3.76 1.73 -
YUV 45.34 120.47 174.12 -
System Red Green Blue C M Y K H S L
Decimal 110 15 32 0 0.86 0.71 0.57 349.26 0.76 0.25
Hex 6E F 20 0 56 47 39 15D 4C 19
Octal 156 17 40 0 126 107 71 535 114 31
Binary 1101110 1111 100000 0 1010110 1000111 111001 101011101 1001100 11001

Color Harmonies of #6E0F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E0F20

Black with #6E0F20

Text Example


Text Example

White with #6E0F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,15,32); }

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

background-color css

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

 a { background-color: rgb(110,15,32); }

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

border-color css

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

 span { border-color: rgb(110,15,32); }

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