#69171C

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

Shades of Pohutukawa #69171C

Tints of Pohutukawa #69171C

Color information

#69171C (or 0x69171C) is unknown color: approx Pohutukawa. HEX triplet: 69, 17 and 1C. RGB value is (105,23,28). Sum of RGB (Red+Green+Blue) = 105+23+28=156 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.31% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 105 - color contains mainly: red. Hex color #69171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69171C is #96E8E3. Grayscale: #303030. Windows color (decimal): -9890020 or 1841001. OLE color: 1841001.

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

Color convert

RGB1052328-
CMYK00.780.730.59
HSL356.34º64.06%25.1%-
HSV(B)356.34º78.1%41.18%-
XYZ6.343.71.48-
YUV48.09116.67168.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.31%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=67.31%
G=14.74%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105232800.780.730.59356.3464.0625.1
Hex69171C04E493B1644019
Octal151273401161117354410031
Binary11010011011111100010011101001001111011101100100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69171C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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