#6A0D10

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

Shades of Pohutukawa #6A0D10

Tints of Pohutukawa #6A0D10

Color information

#6A0D10 (or 0x6A0D10) is unknown color: approx Pohutukawa. HEX triplet: 6A, 0D and 10. RGB value is (106,13,16). Sum of RGB (Red+Green+Blue) = 106+13+16=135 (17% of max value = 765). Red value is 106 (41.80% from 255 or 78.52% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0D10 is #95F2EF. Grayscale: #292929. Windows color (decimal): -9827056 or 1052010. OLE color: 1052010.

HSL color Cylindrical-coordinate representation of color #6A0D10: hue angle of 358.06º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6A0D10 is Cyan = 0, Magento = 0.88, Yellow = 0.85 and Black (K on CMYK) = 0.58.

Color convert

RGB1061316-
CMYK00.880.850.58
HSL358.06º78.15%23.33%-
HSV(B)358.06º87.74%41.57%-
XYZ6.183.390.82-
YUV41.15113.81174.26-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 78.52%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=78.52%
G=9.63%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106131600.880.850.58358.0678.1523.33
Hex6AD10058553A1664e17
Octal152152001301257254611627
Binary1101010110110000010110001010101111010101100110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,13,16); }

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

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

 a { background-color: rgb(106,13,16); }

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

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

 span { border-color: rgb(106,13,16); }

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