#69161E

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

Shades of Pohutukawa #69161E

Tints of Pohutukawa #69161E

Color information

#69161E (or 0x69161E) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 1E. RGB value is (105,22,30). Sum of RGB (Red+Green+Blue) = 105+22+30=157 (20% of max value = 765). Red value is 105 (41.41% from 255 or 66.88% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 30 (12.11% from 255 or 19.11% from 157); Max value from RGB is 105 - color contains mainly: red. Hex color #69161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69161E is #96E9E1. Grayscale: #2F2F2F. Windows color (decimal): -9890274 or 1971817. OLE color: 1971817.

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

Color convert

RGB1052230-
CMYK00.790.710.59
HSL354.22º65.35%24.9%-
HSV(B)354.22º79.05%41.18%-
XYZ6.353.671.6-
YUV47.73118168.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.88%
GREEN value IS 22 (8.98% from 255) = 14.01%
BLUE value IS 30 (12.11% from 255) = 19.11%
R=66.88%
G=14.01%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105223000.790.710.59354.2265.3524.9
Hex69161E04F473B1624119
Octal151263601171077354210131
Binary11010011011011110010011111000111111011101100010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69161E; }

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

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

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

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

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

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

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

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