#6A081E

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

Shades of Pohutukawa #6A081E

Tints of Pohutukawa #6A081E

Color information

#6A081E (or 0x6A081E) is unknown color: approx Pohutukawa. HEX triplet: 6A, 08 and 1E. RGB value is (106,8,30). Sum of RGB (Red+Green+Blue) = 106+8+30=144 (19% of max value = 765). Red value is 106 (41.80% from 255 or 73.61% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 106 - color contains mainly: red. Hex color #6A081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A081E is #95F7E1. Grayscale: #272727. Windows color (decimal): -9828322 or 1968234. OLE color: 1968234.

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

Color convert

RGB106830-
CMYK00.920.720.58
HSL346.53º85.96%22.35%-
HSV(B)346.53º92.45%41.57%-
XYZ6.273.331.54-
YUV39.81122.47175.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 73.61%
GREEN value IS 8 (3.52% from 255) = 5.56%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=73.61%
G=5.56%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10683000.920.720.58346.5385.9622.35
Hex6A81E05C483A15b5616
Octal152103601341107253312626
Binary1101010100011110010111001001000111010101011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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