Html Css Color HEX #6D090B Pohutukawa

📋 copy color: '#6D090B'

red 109 ◦ green 9 ◦ blue 11

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

Shades of Pohutukawa #6D090B

Tints of Pohutukawa #6D090B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.53%

R = 84.5%
G = 6.98%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.57

RGB Variations

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

Color information

#6D090B (or 0x6D090B) is known color: Pohutukawa. HEX triplet: 6D, 09 and 0B. RGB value is (109,9,11). Sum of RGB (Red+Green+Blue) = 109+9+11=129 (17% of max value = 765). Red value is 109 (42.97% from 255 or 84.50% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 11 (4.69% from 255 or 8.53% from 129); Max value from RGB is 109 - color contains mainly: red. Hex color #6D090B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D090B is #92F6F4. Grayscale: #272727. Windows color (decimal): -9631477 or 723309. OLE color: 723309.

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

Color convert

RGB 109 9 11 -
CMYK 0 0.92 0.90 0.57
HSL 358.8º 0.85% 0.23% -
HSV(B) 358.8º 0.92% 0.43% -
XYZ 6.46 3.47 0.65 -
YUV 39.13 112.13 177.84 -
System Red Green Blue C M Y K H S L
Decimal 109 9 11 0 0.92 0.90 0.57 358.8 0.85 0.23
Hex 6D 9 B 0 5C 5A 39 167 55 17
Octal 155 11 13 0 134 132 71 547 125 27
Binary 1101101 1001 1011 0 1011100 1011010 111001 101100111 1010101 10111

Color Harmonies of #6D090B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D090B

Black with #6D090B

Text Example


Text Example

White with #6D090B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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