Html Css Color HEX #6B0E10 Pohutukawa

📋 copy color: '#6B0E10'

red 107 ◦ green 14 ◦ blue 16

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

Shades of Pohutukawa #6B0E10

Tints of Pohutukawa #6B0E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 11.68%

R = 78.1%
G = 10.22%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.58

RGB Variations

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

Color information

#6B0E10 (or 0x6B0E10) is known color: Pohutukawa. HEX triplet: 6B, 0E and 10. RGB value is (107,14,16). Sum of RGB (Red+Green+Blue) = 107+14+16=137 (18% of max value = 765). Red value is 107 (42.19% from 255 or 78.10% from 137); Green value is 14 (5.86% from 255 or 10.22% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0E10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0E10 is #94F1EF. Grayscale: #2A2A2A. Windows color (decimal): -9761264 or 1052267. OLE color: 1052267.

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

Color convert

RGB 107 14 16 -
CMYK 0 0.87 0.85 0.58
HSL 358.71º 0.77% 0.24% -
HSV(B) 358.71º 0.87% 0.42% -
XYZ 6.31 3.48 0.83 -
YUV 42.04 113.31 174.34 -
System Red Green Blue C M Y K H S L
Decimal 107 14 16 0 0.87 0.85 0.58 358.71 0.77 0.24
Hex 6B E 10 0 57 55 3A 167 4D 18
Octal 153 16 20 0 127 125 72 547 115 30
Binary 1101011 1110 10000 0 1010111 1010101 111010 101100111 1001101 11000

Color Harmonies of #6B0E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0E10

Black with #6B0E10

Text Example


Text Example

White with #6B0E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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