#691726

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

Shades of Pohutukawa #691726

Tints of Pohutukawa #691726

Color information

#691726 (or 0x691726) is unknown color: approx Pohutukawa. HEX triplet: 69, 17 and 26. RGB value is (105,23,38). Sum of RGB (Red+Green+Blue) = 105+23+38=166 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.25% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 38 (15.23% from 255 or 22.89% from 166); Max value from RGB is 105 - color contains mainly: red. Hex color #691726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691726 is #96E8D9. Grayscale: #313131. Windows color (decimal): -9890010 or 2496361. OLE color: 2496361.

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

Color convert

RGB1052338-
CMYK00.780.640.59
HSL349.02º64.06%25.1%-
HSV(B)349.02º78.1%41.18%-
XYZ6.483.762.22-
YUV49.23121.67167.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.25%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 38 (15.23% from 255) = 22.89%
R=63.25%
G=13.86%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105233800.780.640.59349.0264.0625.1
Hex69172604E403B15d4019
Octal151274601161007353510031
Binary110100110111100110010011101000000111011101011101100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691726; }

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

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

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

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

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

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

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

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