Html Css Color HEX #6B0B0E Pohutukawa

📋 copy color: '#6B0B0E'

red 107 ◦ green 11 ◦ blue 14

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

Shades of Pohutukawa #6B0B0E

Tints of Pohutukawa #6B0B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.33%

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 81.06%
G = 8.33%
B = 10.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6B0B0E (or 0x6B0B0E) is known color: Pohutukawa. HEX triplet: 6B, 0B and 0E. RGB value is (107,11,14). Sum of RGB (Red+Green+Blue) = 107+11+14=132 (17% of max value = 765). Red value is 107 (42.19% from 255 or 81.06% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0B0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0B0E is #94F4F1. Grayscale: #282828. Windows color (decimal): -9762034 or 920427. OLE color: 920427.

HSL color Cylindrical-coordinate representation of color #6B0B0E: hue angle of 358.12º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6B0B0E is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 11 14 -
CMYK 0 0.90 0.87 0.58
HSL 358.13º 0.81% 0.23% -
HSV(B) 358.13º 0.9% 0.42% -
XYZ 6.26 3.4 0.74 -
YUV 40.05 113.3 175.76 -
System Red Green Blue C M Y K H S L
Decimal 107 11 14 0 0.90 0.87 0.58 358.13 0.81 0.23
Hex 6B B E 0 5A 57 3A 166 51 17
Octal 153 13 16 0 132 127 72 546 121 27
Binary 1101011 1011 1110 0 1011010 1010111 111010 101100110 1010001 10111

Color Harmonies of #6B0B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0B0E

Black with #6B0B0E

Text Example


Text Example

White with #6B0B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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