#6D0A0B

Color #6D0A0B Pohutukawa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pohutukawa #6D0A0B

Tints of Pohutukawa #6D0A0B

Color information

#6D0A0B (or 0x6D0A0B) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0A and 0B. RGB value is (109,10,11). Sum of RGB (Red+Green+Blue) = 109+10+11=130 (17% of max value = 765). Red value is 109 (42.97% from 255 or 83.85% from 130); Green value is 10 (4.30% from 255 or 7.69% from 130); Blue value is 11 (4.69% from 255 or 8.46% from 130); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6D0A0B is #92F5F4. Grayscale: #272727. Windows color (decimal): -9631221 or 723565. OLE color: 723565.

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

Color convert

RGB1091011-
CMYK00.910.900.57
HSL359.39º83.19%23.33%-
HSV(B)359.39º90.83%42.75%-
XYZ6.483.490.65-
YUV39.71111.8177.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 83.85%
GREEN value IS 10 (4.30% from 255) = 7.69%
BLUE value IS 11 (4.69% from 255) = 8.46%
R=83.85%
G=7.69%
B=8.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109101100.910.900.57359.3983.1923.33
Hex6DAB05B5A391675317
Octal155121301331327154712327
Binary110110110101011010110111011010111001101100111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6D0A0B;
 }
 .AnyTagClassName
 {
   color: #6D0A0B;
 }
</style>
background-color css

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

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

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

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

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

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