#691620

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

Shades of Pohutukawa #691620

Tints of Pohutukawa #691620

Color information

#691620 (or 0x691620) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 20. RGB value is (105,22,32). Sum of RGB (Red+Green+Blue) = 105+22+32=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 32 (12.89% from 255 or 20.13% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #691620 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691620 is #96E9DF. Grayscale: #303030. Windows color (decimal): -9890272 or 2102889. OLE color: 2102889.

HSL color Cylindrical-coordinate representation of color #691620: hue angle of 352.77º 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 #691620 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1052232-
CMYK00.790.700.59
HSL352.77º65.35%24.9%-
HSV(B)352.77º79.05%41.18%-
XYZ6.373.681.74-
YUV47.96119168.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 32 (12.89% from 255) = 20.13%
R=66.04%
G=13.84%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105223200.790.700.59352.7765.3524.9
Hex69162004F463B1614119
Octal151264001171067354110131
Binary110100110110100000010011111000110111011101100001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691620; }

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

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

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

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

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

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

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

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