#6A081B

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

Shades of Pohutukawa #6A081B

Tints of Pohutukawa #6A081B

Color information

#6A081B (or 0x6A081B) is unknown color: approx Pohutukawa. HEX triplet: 6A, 08 and 1B. RGB value is (106,8,27). Sum of RGB (Red+Green+Blue) = 106+8+27=141 (18% of max value = 765). Red value is 106 (41.80% from 255 or 75.18% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 106 - color contains mainly: red. Hex color #6A081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A081B is #95F7E4. Grayscale: #272727. Windows color (decimal): -9828325 or 1771626. OLE color: 1771626.

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

Color convert

RGB106827-
CMYK00.920.750.58
HSL348.37º85.96%22.35%-
HSV(B)348.37º92.45%41.57%-
XYZ6.233.321.35-
YUV39.47120.97175.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 75.18%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 27 (10.94% from 255) = 19.15%
R=75.18%
G=5.67%
B=19.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10682700.920.750.58348.3785.9622.35
Hex6A81B05C4B3A15c5616
Octal152103301341137253412626
Binary1101010100011011010111001001011111010101011100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A081B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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