#6D0B2A

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

Shades of Pohutukawa #6D0B2A

Tints of Pohutukawa #6D0B2A

Color information

#6D0B2A (or 0x6D0B2A) is unknown color: approx Pohutukawa. HEX triplet: 6D, 0B and 2A. RGB value is (109,11,42). Sum of RGB (Red+Green+Blue) = 109+11+42=162 (21% of max value = 765). Red value is 109 (42.97% from 255 or 67.28% from 162); Green value is 11 (4.69% from 255 or 6.79% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 109 - color contains mainly: red. Hex color #6D0B2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D0B2A is #92F4D5. Grayscale: #2B2B2B. Windows color (decimal): -9630934 or 2755437. OLE color: 2755437.

HSL color Cylindrical-coordinate representation of color #6D0B2A: hue angle of 341.02º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D0B2A is Cyan = 0, Magento = 0.90, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1091142-
CMYK00.900.610.57
HSL341.02º81.67%23.53%-
HSV(B)341.02º89.91%42.75%-
XYZ6.843.662.54-
YUV43.84126.97174.48-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 67.28%
GREEN value IS 11 (4.69% from 255) = 6.79%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=67.28%
G=6.79%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109114200.900.610.57341.0281.6723.53
Hex6DB2A05A3D391555218
Octal15513520132757152512230
Binary1101101101110101001011010111101111001101010101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D0B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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