#690C2B

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

Shades of Pohutukawa #690C2B

Tints of Pohutukawa #690C2B

Color information

#690C2B (or 0x690C2B) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 2B. RGB value is (105,12,43). Sum of RGB (Red+Green+Blue) = 105+12+43=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 12 (5.08% from 255 or 7.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #690C2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C2B is #96F3D4. Grayscale: #2B2B2B. Windows color (decimal): -9892821 or 2821225. OLE color: 2821225.

HSL color Cylindrical-coordinate representation of color #690C2B: hue angle of 340º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #690C2B is Cyan = 0, Magento = 0.89, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1051243-
CMYK00.890.590.59
HSL340º79.49%22.94%-
HSV(B)340º88.57%41.18%-
XYZ6.393.442.61-
YUV43.34127.81171.98-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 12 (5.08% from 255) = 7.5%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=65.62%
G=7.5%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105124300.890.590.5934079.4922.94
Hex69C2B0593B3B1544f17
Octal15114530131737352411727
Binary1101001110010101101011001111011111011101010100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690C2B; }

 p { color: rgb(105,12,43); }

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

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

 a { background-color: rgb(105,12,43); }

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

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

 span { border-color: rgb(105,12,43); }

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