#690A13

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

Shades of Pohutukawa #690A13

Tints of Pohutukawa #690A13

Color information

#690A13 (or 0x690A13) is unknown color: approx Pohutukawa. HEX triplet: 69, 0A and 13. RGB value is (105,10,19). Sum of RGB (Red+Green+Blue) = 105+10+19=134 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.36% from 134); Green value is 10 (4.30% from 255 or 7.46% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 105 - color contains mainly: red. Hex color #690A13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A13 is #96F5EC. Grayscale: #272727. Windows color (decimal): -9893357 or 1247849. OLE color: 1247849.

HSL color Cylindrical-coordinate representation of color #690A13: hue angle of 354.32º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #690A13 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1051019-
CMYK00.900.820.59
HSL354.32º82.61%22.55%-
HSV(B)354.32º90.48%41.18%-
XYZ6.053.270.93-
YUV39.43116.47174.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 78.36%
GREEN value IS 10 (4.30% from 255) = 7.46%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=78.36%
G=7.46%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105101900.900.820.59354.3282.6122.55
Hex69A1305A523B1625317
Octal151122301321227354212327
Binary1101001101010011010110101010010111011101100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690A13; }

 p { color: rgb(105,10,19); }

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

<style>
 a { background-color: #690A13; }

 a { background-color: rgb(105,10,19); }

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

<style>
 span { border-color: #690A13; }

 span { border-color: rgb(105,10,19); }

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