#6A1E2C

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

Shades of Pohutukawa #6A1E2C

Tints of Pohutukawa #6A1E2C

Color information

#6A1E2C (or 0x6A1E2C) is unknown color: approx Pohutukawa. HEX triplet: 6A, 1E and 2C. RGB value is (106,30,44). Sum of RGB (Red+Green+Blue) = 106+30+44=180 (23% of max value = 765). Red value is 106 (41.80% from 255 or 58.89% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1E2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1E2C is #95E1D3. Grayscale: #363636. Windows color (decimal): -9822676 or 2891370. OLE color: 2891370.

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

Color convert

RGB1063044-
CMYK00.720.580.58
HSL348.95º55.88%26.67%-
HSV(B)348.95º71.7%41.57%-
XYZ6.864.172.83-
YUV54.32122.18164.86-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 58.89%
GREEN value IS 30 (12.11% from 255) = 16.67%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=58.89%
G=16.67%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106304400.720.580.58348.9555.8826.67
Hex6A1E2C0483A3A15d381b
Octal1523654011072725357033
Binary1101010111101011000100100011101011101010101110111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1E2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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