#690817

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

Shades of Pohutukawa #690817

Tints of Pohutukawa #690817

Color information

#690817 (or 0x690817) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 17. RGB value is (105,8,23). Sum of RGB (Red+Green+Blue) = 105+8+23=136 (18% of max value = 765). Red value is 105 (41.41% from 255 or 77.21% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 23 (9.38% from 255 or 16.91% from 136); Max value from RGB is 105 - color contains mainly: red. Hex color #690817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690817 is #96F7E8. Grayscale: #262626. Windows color (decimal): -9893865 or 1509481. OLE color: 1509481.

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

Color convert

RGB105823-
CMYK00.920.780.59
HSL350.72º85.84%22.16%-
HSV(B)350.72º92.38%41.18%-
XYZ6.073.241.12-
YUV38.71119.14175.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 77.21%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 23 (9.38% from 255) = 16.91%
R=77.21%
G=5.88%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10582300.920.780.59350.7285.8422.16
Hex6981705C4E3B15f5616
Octal151102701341167353712626
Binary1101001100010111010111001001110111011101011111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690817; }

 p { color: rgb(105,8,23); }

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

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

 a { background-color: rgb(105,8,23); }

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

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

 span { border-color: rgb(105,8,23); }

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