#6A080B

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

Shades of Pohutukawa #6A080B

Tints of Pohutukawa #6A080B

Color information

#6A080B (or 0x6A080B) is unknown color: approx Pohutukawa. HEX triplet: 6A, 08 and 0B. RGB value is (106,8,11). Sum of RGB (Red+Green+Blue) = 106+8+11=125 (16% of max value = 765). Red value is 106 (41.80% from 255 or 84.8% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 106 - color contains mainly: red. Hex color #6A080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A080B is #95F7F4. Grayscale: #252525. Windows color (decimal): -9828341 or 723050. OLE color: 723050.

HSL color Cylindrical-coordinate representation of color #6A080B: hue angle of 358.16º 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 #6A080B is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.58.

Color convert

RGB106811-
CMYK00.920.900.58
HSL358.16º85.96%22.35%-
HSV(B)358.16º92.45%41.57%-
XYZ6.093.260.63-
YUV37.64112.97176.76-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 84.8%
GREEN value IS 8 (3.52% from 255) = 6.4%
BLUE value IS 11 (4.69% from 255) = 8.8%
R=84.8%
G=6.4%
B=8.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.90
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10681100.920.900.58358.1685.9622.35
Hex6A8B05C5A3A1665616
Octal152101301341327254612626
Binary110101010001011010111001011010111010101100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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