Html Css Color HEX #6D090C Pohutukawa

📋 copy color: '#6D090C'

red 109 ◦ green 9 ◦ blue 12

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

Shades of Pohutukawa #6D090C

Tints of Pohutukawa #6D090C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 6.92%

 BLUE value IS 12 (5.08% from 255) = 9.23%

R = 83.85%
G = 6.92%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.89

 K value IS 0.57

RGB Variations

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

Color information

#6D090C (or 0x6D090C) is known color: Pohutukawa. HEX triplet: 6D, 09 and 0C. RGB value is (109,9,12). Sum of RGB (Red+Green+Blue) = 109+9+12=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 9 (3.91% from 255 or 6.92% from 130); Blue value is 12 (5.08% from 255 or 9.23% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D090C is #92F6F3. Grayscale: #272727. Windows color (decimal): -9631476 or 788845. OLE color: 788845.

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

Color convert

RGB 109 9 12 -
CMYK 0 0.92 0.89 0.57
HSL 358.2º 0.85% 0.23% -
HSV(B) 358.2º 0.92% 0.43% -
XYZ 6.47 3.47 0.68 -
YUV 39.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 109 9 12 0 0.92 0.89 0.57 358.2 0.85 0.23
Hex 6D 9 C 0 5C 59 39 166 55 17
Octal 155 11 14 0 134 131 71 546 125 27
Binary 1101101 1001 1100 0 1011100 1011001 111001 101100110 1010101 10111

Color Harmonies of #6D090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D090C

Black with #6D090C

Text Example


Text Example

White with #6D090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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