#69090F

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

Shades of Pohutukawa #69090F

Tints of Pohutukawa #69090F

Color information

#69090F (or 0x69090F) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 0F. RGB value is (105,9,15). Sum of RGB (Red+Green+Blue) = 105+9+15=129 (17% of max value = 765). Red value is 105 (41.41% from 255 or 81.40% from 129); Green value is 9 (3.91% from 255 or 6.98% from 129); Blue value is 15 (6.25% from 255 or 11.63% from 129); Max value from RGB is 105 - color contains mainly: red. Hex color #69090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69090F is #96F6F0. Grayscale: #262626. Windows color (decimal): -9893617 or 985449. OLE color: 985449.

HSL color Cylindrical-coordinate representation of color #69090F: hue angle of 356.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69090F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB105915-
CMYK00.910.860.59
HSL356.25º84.21%22.35%-
HSV(B)356.25º91.43%41.18%-
XYZ6.013.230.76-
YUV38.39114.8175.51-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 81.40%
GREEN value IS 9 (3.91% from 255) = 6.98%
BLUE value IS 15 (6.25% from 255) = 11.63%
R=81.40%
G=6.98%
B=11.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10591500.910.860.59356.2584.2122.35
Hex699F05B563B1645416
Octal151111701331267354412426
Binary110100110011111010110111010110111011101100100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69090F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69090F; }

 p { color: rgb(105,9,15); }

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

<style>
 a { background-color: #69090F; }

 a { background-color: rgb(105,9,15); }

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

<style>
 span { border-color: #69090F; }

 span { border-color: rgb(105,9,15); }

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