#690829

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

Shades of Pohutukawa #690829

Tints of Pohutukawa #690829

Color information

#690829 (or 0x690829) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 29. RGB value is (105,8,41). Sum of RGB (Red+Green+Blue) = 105+8+41=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 8 (3.52% from 255 or 5.19% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #690829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690829 is #96F7D6. Grayscale: #282828. Windows color (decimal): -9893847 or 2689129. OLE color: 2689129.

HSL color Cylindrical-coordinate representation of color #690829: hue angle of 339.59º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690829 is Cyan = 0, Magento = 0.92, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB105841-
CMYK00.920.610.59
HSL339.59º85.84%22.16%-
HSV(B)339.59º92.38%41.18%-
XYZ6.313.342.41-
YUV40.76128.14173.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 8 (3.52% from 255) = 5.19%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=68.18%
G=5.19%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10584100.920.610.59339.5985.8422.16
Hex6982905C3D3B1545616
Octal15110510134757352412626
Binary1101001100010100101011100111101111011101010100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690829; }

 p { color: rgb(105,8,41); }

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

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

 a { background-color: rgb(105,8,41); }

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

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

 span { border-color: rgb(105,8,41); }

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