#690607

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

Shades of Pohutukawa #690607

Tints of Pohutukawa #690607

Color information

#690607 (or 0x690607) is unknown color: approx Pohutukawa. HEX triplet: 69, 06 and 07. RGB value is (105,6,7). Sum of RGB (Red+Green+Blue) = 105+6+7=118 (15% of max value = 765). Red value is 105 (41.41% from 255 or 88.98% from 118); Green value is 6 (2.73% from 255 or 5.08% from 118); Blue value is 7 (3.12% from 255 or 5.93% from 118); Max value from RGB is 105 - color contains mainly: red. Hex color #690607 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690607 is #96F9F8. Grayscale: #232323. Windows color (decimal): -9894393 or 460393. OLE color: 460393.

HSL color Cylindrical-coordinate representation of color #690607: hue angle of 359.39º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #690607 is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.59.

Color convert

RGB10567-
CMYK00.940.930.59
HSL359.39º89.19%21.76%-
HSV(B)359.39º94.29%41.18%-
XYZ5.933.150.5-
YUV35.72111.8177.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 88.98%
GREEN value IS 6 (2.73% from 255) = 5.08%
BLUE value IS 7 (3.12% from 255) = 5.93%
R=88.98%
G=5.08%
B=5.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1056700.940.930.59359.3989.1921.76
Hex696705E5D3B1675916
Octal1516701361357354713126
Binary1101001110111010111101011101111011101100111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690607; }

 p { color: rgb(105,6,7); }

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

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

 a { background-color: rgb(105,6,7); }

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

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

 span { border-color: rgb(105,6,7); }

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