Html Css Color HEX #6D0C0E Pohutukawa

📋 copy color: '#6D0C0E'

red 109 ◦ green 12 ◦ blue 14

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

Shades of Pohutukawa #6D0C0E

Tints of Pohutukawa #6D0C0E

RGB

 RED value IS 109 (42.97% from 255) = 80.74%

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

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

R = 80.74%
G = 8.89%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.57

RGB Variations

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

Color information

#6D0C0E (or 0x6D0C0E) is known color: Pohutukawa. HEX triplet: 6D, 0C and 0E. RGB value is (109,12,14). Sum of RGB (Red+Green+Blue) = 109+12+14=135 (17% of max value = 765). Red value is 109 (42.97% from 255 or 80.74% from 135); Green value is 12 (5.08% from 255 or 8.89% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C0E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C0E is #92F3F1. Grayscale: #292929. Windows color (decimal): -9630706 or 920685. OLE color: 920685.

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

Color convert

RGB 109 12 14 -
CMYK 0 0.89 0.87 0.57
HSL 358.76º 0.8% 0.24% -
HSV(B) 358.76º 0.89% 0.43% -
XYZ 6.52 3.55 0.76 -
YUV 41.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 109 12 14 0 0.89 0.87 0.57 358.76 0.8 0.24
Hex 6D C E 0 59 57 39 167 50 18
Octal 155 14 16 0 131 127 71 547 120 30
Binary 1101101 1100 1110 0 1011001 1010111 111001 101100111 1010000 11000

Color Harmonies of #6D0C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C0E

Black with #6D0C0E

Text Example


Text Example

White with #6D0C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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