#69171A

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

Shades of Pohutukawa #69171A

Tints of Pohutukawa #69171A

Color information

#69171A (or 0x69171A) is unknown color: approx Pohutukawa. HEX triplet: 69, 17 and 1A. RGB value is (105,23,26). Sum of RGB (Red+Green+Blue) = 105+23+26=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 23 (9.38% from 255 or 14.94% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69171A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171A is #96E8E5. Grayscale: #2F2F2F. Windows color (decimal): -9890022 or 1709929. OLE color: 1709929.

HSL color Cylindrical-coordinate representation of color #69171A: hue angle of 357.8º 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 #69171A is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1052326-
CMYK00.780.750.59
HSL357.8º64.06%25.1%-
HSV(B)357.8º78.1%41.18%-
XYZ6.323.691.36-
YUV47.86115.67168.76-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 23 (9.38% from 255) = 14.94%
BLUE value IS 26 (10.55% from 255) = 16.88%
R=68.18%
G=14.94%
B=16.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105232600.780.750.59357.864.0625.1
Hex69171A04E4B3B1664019
Octal151273201161137354610031
Binary11010011011111010010011101001011111011101100110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69171A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69171A; }

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

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

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

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

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

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

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

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