Html Css Color HEX #6D0A12 Pohutukawa

📋 copy color: '#6D0A12'

red 109 ◦ green 10 ◦ blue 18

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

Shades of Pohutukawa #6D0A12

Tints of Pohutukawa #6D0A12

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.3%

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

R = 79.56%
G = 7.3%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#6D0A12 (or 0x6D0A12) is known color: Pohutukawa. HEX triplet: 6D, 0A and 12. RGB value is (109,10,18). Sum of RGB (Red+Green+Blue) = 109+10+18=137 (18% of max value = 765). Red value is 109 (42.97% from 255 or 79.56% from 137); Green value is 10 (4.30% from 255 or 7.30% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A12 is #92F5ED. Grayscale: #282828. Windows color (decimal): -9631214 or 1182317. OLE color: 1182317.

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

Color convert

RGB 109 10 18 -
CMYK 0 0.91 0.83 0.57
HSL 355.15º 0.83% 0.23% -
HSV(B) 355.15º 0.91% 0.43% -
XYZ 6.52 3.51 0.91 -
YUV 40.51 115.3 176.85 -
System Red Green Blue C M Y K H S L
Decimal 109 10 18 0 0.91 0.83 0.57 355.15 0.83 0.23
Hex 6D A 12 0 5B 53 39 163 53 17
Octal 155 12 22 0 133 123 71 543 123 27
Binary 1101101 1010 10010 0 1011011 1010011 111001 101100011 1010011 10111

Color Harmonies of #6D0A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D0A12

Black with #6D0A12

Text Example


Text Example

White with #6D0A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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