Html Css Color HEX #6D0F12 Pohutukawa

📋 copy color: '#6D0F12'

red 109 ◦ green 15 ◦ blue 18

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

Shades of Pohutukawa #6D0F12

Tints of Pohutukawa #6D0F12

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.56%

 BLUE value IS 18 (7.42% from 255) = 12.68%

R = 76.76%
G = 10.56%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0F12 (or 0x6D0F12) is known color: Pohutukawa. HEX triplet: 6D, 0F and 12. RGB value is (109,15,18). Sum of RGB (Red+Green+Blue) = 109+15+18=142 (18% of max value = 765). Red value is 109 (42.97% from 255 or 76.76% from 142); Green value is 15 (6.25% from 255 or 10.56% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0F12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0F12 is #92F0ED. Grayscale: #2B2B2B. Windows color (decimal): -9629934 or 1183597. OLE color: 1183597.

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

Color convert

RGB 109 15 18 -
CMYK 0 0.86 0.83 0.57
HSL 358.09º 0.76% 0.24% -
HSV(B) 358.09º 0.86% 0.43% -
XYZ 6.59 3.64 0.93 -
YUV 43.45 113.64 174.76 -
System Red Green Blue C M Y K H S L
Decimal 109 15 18 0 0.86 0.83 0.57 358.09 0.76 0.24
Hex 6D F 12 0 56 53 39 166 4C 18
Octal 155 17 22 0 126 123 71 546 114 30
Binary 1101101 1111 10010 0 1010110 1010011 111001 101100110 1001100 11000

Color Harmonies of #6D0F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0F12

Black with #6D0F12

Text Example


Text Example

White with #6D0F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,15,18); }

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

background-color css

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

 a { background-color: rgb(109,15,18); }

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

border-color css

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

 span { border-color: rgb(109,15,18); }

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