#691016

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

Shades of Pohutukawa #691016

Tints of Pohutukawa #691016

Color information

#691016 (or 0x691016) is unknown color: approx Pohutukawa. HEX triplet: 69, 10 and 16. RGB value is (105,16,22). Sum of RGB (Red+Green+Blue) = 105+16+22=143 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.43% from 143); Green value is 16 (6.64% from 255 or 11.19% from 143); Blue value is 22 (8.98% from 255 or 15.38% from 143); Max value from RGB is 105 - color contains mainly: red. Hex color #691016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691016 is #96EFE9. Grayscale: #2B2B2B. Windows color (decimal): -9891818 or 1445993. OLE color: 1445993.

HSL color Cylindrical-coordinate representation of color #691016: hue angle of 355.96º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #691016 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB1051622-
CMYK00.850.790.59
HSL355.96º73.55%23.73%-
HSV(B)355.96º84.76%41.18%-
XYZ6.163.431.1-
YUV43.3115.99172.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.43%
GREEN value IS 16 (6.64% from 255) = 11.19%
BLUE value IS 22 (8.98% from 255) = 15.38%
R=73.43%
G=11.19%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105162200.850.790.59355.9673.5523.73
Hex6910160554F3B1644a18
Octal151202601251177354411230
Binary11010011000010110010101011001111111011101100100100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691016; }

 p { color: rgb(105,16,22); }

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

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

 a { background-color: rgb(105,16,22); }

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

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

 span { border-color: rgb(105,16,22); }

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