#691C1E

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

Shades of Pohutukawa #691C1E

Tints of Pohutukawa #691C1E

Color information

#691C1E (or 0x691C1E) is unknown color: approx Pohutukawa. HEX triplet: 69, 1C and 1E. RGB value is (105,28,30). Sum of RGB (Red+Green+Blue) = 105+28+30=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 28 (11.33% from 255 or 17.18% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691C1E is #96E3E1. Grayscale: #333333. Windows color (decimal): -9888738 or 1973353. OLE color: 1973353.

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

Color convert

RGB1052830-
CMYK00.730.710.59
HSL358.44º57.89%26.08%-
HSV(B)358.44º73.33%41.18%-
XYZ6.483.931.65-
YUV51.25116.01166.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 28 (11.33% from 255) = 17.18%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=64.42%
G=17.18%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105283000.730.710.59358.4457.8926.08
Hex691C1E049473B1663a1a
Octal15134360111107735467232
Binary1101001111001111001001001100011111101110110011011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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