#6A132C

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

Shades of Pohutukawa #6A132C

Tints of Pohutukawa #6A132C

Color information

#6A132C (or 0x6A132C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 13 and 2C. RGB value is (106,19,44). Sum of RGB (Red+Green+Blue) = 106+19+44=169 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.72% from 169); Green value is 19 (7.81% from 255 or 11.24% from 169); Blue value is 44 (17.58% from 255 or 26.04% from 169); Max value from RGB is 106 - color contains mainly: red. Hex color #6A132C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A132C is #95ECD3. Grayscale: #2F2F2F. Windows color (decimal): -9825492 or 2888554. OLE color: 2888554.

HSL color Cylindrical-coordinate representation of color #6A132C: hue angle of 342.76º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6A132C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB1061944-
CMYK00.820.580.58
HSL342.76º69.6%24.51%-
HSV(B)342.76º82.08%41.57%-
XYZ6.633.712.75-
YUV47.86125.82169.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.72%
GREEN value IS 19 (7.81% from 255) = 11.24%
BLUE value IS 44 (17.58% from 255) = 26.04%
R=62.72%
G=11.24%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106194400.820.580.58342.7669.624.51
Hex6A132C0523A3A1574619
Octal15223540122727252710631
Binary11010101001110110001010010111010111010101010111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,19,44); }

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

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

 a { background-color: rgb(106,19,44); }

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

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

 span { border-color: rgb(106,19,44); }

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