Html Css Color HEX #6B0C0E Pohutukawa

📋 copy color: '#6B0C0E'

red 107 ◦ green 12 ◦ blue 14

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

Shades of Pohutukawa #6B0C0E

Tints of Pohutukawa #6B0C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

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

R = 80.45%
G = 9.02%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.58

RGB Variations

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

Color information

#6B0C0E (or 0x6B0C0E) is known color: Pohutukawa. HEX triplet: 6B, 0C and 0E. RGB value is (107,12,14). Sum of RGB (Red+Green+Blue) = 107+12+14=133 (17% of max value = 765). Red value is 107 (42.19% from 255 or 80.45% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 14 (5.86% from 255 or 10.53% from 133); Max value from RGB is 107 - color contains mainly: red. Hex color #6B0C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6B0C0E is #94F3F1. Grayscale: #282828. Windows color (decimal): -9761778 or 920683. OLE color: 920683.

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

Color convert

RGB 107 12 14 -
CMYK 0 0.89 0.87 0.58
HSL 358.74º 0.8% 0.23% -
HSV(B) 358.74º 0.89% 0.42% -
XYZ 6.27 3.42 0.74 -
YUV 40.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 107 12 14 0 0.89 0.87 0.58 358.74 0.8 0.23
Hex 6B C E 0 59 57 3A 167 50 17
Octal 153 14 16 0 131 127 72 547 120 27
Binary 1101011 1100 1110 0 1011001 1010111 111010 101100111 1010000 10111

Color Harmonies of #6B0C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B0C0E

Black with #6B0C0E

Text Example


Text Example

White with #6B0C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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