#691C20

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

Shades of Pohutukawa #691C20

Tints of Pohutukawa #691C20

Color information

#691C20 (or 0x691C20) is unknown color: approx Pohutukawa. HEX triplet: 69, 1C and 20. RGB value is (105,28,32). Sum of RGB (Red+Green+Blue) = 105+28+32=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 28 (11.33% from 255 or 16.97% from 165); Blue value is 32 (12.89% from 255 or 19.39% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #691C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C20 is #96E3DF. Grayscale: #333333. Windows color (decimal): -9888736 or 2104425. OLE color: 2104425.

HSL color Cylindrical-coordinate representation of color #691C20: hue angle of 356.88º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #691C20 is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1052832-
CMYK00.730.700.59
HSL356.88º57.89%26.08%-
HSV(B)356.88º73.33%41.18%-
XYZ6.53.941.78-
YUV51.48117.01166.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 28 (11.33% from 255) = 16.97%
BLUE value IS 32 (12.89% from 255) = 19.39%
R=63.64%
G=16.97%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105283200.730.700.59356.8857.8926.08
Hex691C20049463B1653a1a
Octal15134400111106735457232
Binary11010011110010000001001001100011011101110110010111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691C20; }

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

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

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

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

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

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

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

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