Html Css Color HEX #6D0C12 Pohutukawa

📋 copy color: '#6D0C12'

red 109 ◦ green 12 ◦ blue 18

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

Shades of Pohutukawa #6D0C12

Tints of Pohutukawa #6D0C12

RGB

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

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

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

R = 78.42%
G = 8.63%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0C12 (or 0x6D0C12) is known color: Pohutukawa. HEX triplet: 6D, 0C and 12. RGB value is (109,12,18). Sum of RGB (Red+Green+Blue) = 109+12+18=139 (18% of max value = 765). Red value is 109 (42.97% from 255 or 78.42% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0C12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0C12 is #92F3ED. Grayscale: #292929. Windows color (decimal): -9630702 or 1182829. OLE color: 1182829.

HSL color Cylindrical-coordinate representation of color #6D0C12: hue angle of 356.29º 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 #6D0C12 is Cyan = 0, Magento = 0.89, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 12 18 -
CMYK 0 0.89 0.83 0.57
HSL 356.29º 0.8% 0.24% -
HSV(B) 356.29º 0.89% 0.43% -
XYZ 6.55 3.56 0.91 -
YUV 41.69 114.64 176.01 -
System Red Green Blue C M Y K H S L
Decimal 109 12 18 0 0.89 0.83 0.57 356.29 0.8 0.24
Hex 6D C 12 0 59 53 39 164 50 18
Octal 155 14 22 0 131 123 71 544 120 30
Binary 1101101 1100 10010 0 1011001 1010011 111001 101100100 1010000 11000

Color Harmonies of #6D0C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0C12

Black with #6D0C12

Text Example


Text Example

White with #6D0C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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