#690C2A

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

Shades of Pohutukawa #690C2A

Tints of Pohutukawa #690C2A

Color information

#690C2A (or 0x690C2A) is unknown color: approx Pohutukawa. HEX triplet: 69, 0C and 2A. RGB value is (105,12,42). Sum of RGB (Red+Green+Blue) = 105+12+42=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #690C2A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690C2A is #96F3D5. Grayscale: #2B2B2B. Windows color (decimal): -9892822 or 2755689. OLE color: 2755689.

HSL color Cylindrical-coordinate representation of color #690C2A: hue angle of 340.65º 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 #690C2A is Cyan = 0, Magento = 0.89, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB1051242-
CMYK00.890.60.59
HSL340.65º79.49%22.94%-
HSV(B)340.65º88.57%41.18%-
XYZ6.383.432.52-
YUV43.23127.31172.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=66.04%
G=7.55%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.6
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105124200.890.60.59340.6579.4922.94
Hex69C2A0593C3B1554f17
Octal15114520131747352511727
Binary1101001110010101001011001111100111011101010101100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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