Html Css Color HEX #6B0E17 Pohutukawa

📋 copy color: '#6B0E17'

red 107 ◦ green 14 ◦ blue 23

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

Shades of Pohutukawa #6B0E17

Tints of Pohutukawa #6B0E17

RGB

 RED value IS 107 (42.19% from 255) = 74.31%

 GREEN value IS 14 (5.86% from 255) = 9.72%

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

R = 74.31%
G = 9.72%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.58

RGB Variations

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

Color information

#6B0E17 (or 0x6B0E17) is known color: Pohutukawa. HEX triplet: 6B, 0E and 17. RGB value is (107,14,23). Sum of RGB (Red+Green+Blue) = 107+14+23=144 (19% of max value = 765). Red value is 107 (42.19% from 255 or 74.31% from 144); Green value is 14 (5.86% from 255 or 9.72% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0E17 is #94F1E8. Grayscale: #2A2A2A. Windows color (decimal): -9761257 or 1511019. OLE color: 1511019.

HSL color Cylindrical-coordinate representation of color #6B0E17: hue angle of 354.19º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #6B0E17 is Cyan = 0, Magento = 0.87, Yellow = 0.79 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 14 23 -
CMYK 0 0.87 0.79 0.58
HSL 354.19º 0.77% 0.24% -
HSV(B) 354.19º 0.87% 0.42% -
XYZ 6.38 3.5 1.15 -
YUV 42.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 107 14 23 0 0.87 0.79 0.58 354.19 0.77 0.24
Hex 6B E 17 0 57 4F 3A 162 4D 18
Octal 153 16 27 0 127 117 72 542 115 30
Binary 1101011 1110 10111 0 1010111 1001111 111010 101100010 1001101 11000

Color Harmonies of #6B0E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0E17

Black with #6B0E17

Text Example


Text Example

White with #6B0E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,14,23); }

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

background-color css

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

 a { background-color: rgb(107,14,23); }

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

border-color css

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

 span { border-color: rgb(107,14,23); }

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