#6D162A

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

Shades of Pohutukawa #6D162A

Tints of Pohutukawa #6D162A

Color information

#6D162A (or 0x6D162A) is unknown color: approx Pohutukawa. HEX triplet: 6D, 16 and 2A. RGB value is (109,22,42). Sum of RGB (Red+Green+Blue) = 109+22+42=173 (22% of max value = 765). Red value is 109 (42.97% from 255 or 63.01% from 173); Green value is 22 (8.98% from 255 or 12.72% from 173); Blue value is 42 (16.80% from 255 or 24.28% from 173); Max value from RGB is 109 - color contains mainly: red. Hex color #6D162A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6D162A is #92E9D5. Grayscale: #323232. Windows color (decimal): -9628118 or 2758253. OLE color: 2758253.

HSL color Cylindrical-coordinate representation of color #6D162A: hue angle of 346.21º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6D162A is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1092242-
CMYK00.800.610.57
HSL346.21º66.41%25.69%-
HSV(B)346.21º79.82%42.75%-
XYZ7.013.992.59-
YUV50.29123.32169.87-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 63.01%
GREEN value IS 22 (8.98% from 255) = 12.72%
BLUE value IS 42 (16.80% from 255) = 24.28%
R=63.01%
G=12.72%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109224200.800.610.57346.2166.4125.69
Hex6D162A0503D3915a421a
Octal15526520120757153210232
Binary11011011011010101001010000111101111001101011010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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