#680929

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

Shades of Pohutukawa #680929

Tints of Pohutukawa #680929

Color information

#680929 (or 0x680929) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 29. RGB value is (104,9,41). Sum of RGB (Red+Green+Blue) = 104+9+41=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 9 (3.91% from 255 or 5.84% from 154); Blue value is 41 (16.41% from 255 or 26.62% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680929 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680929 is #97F6D6. Grayscale: #292929. Windows color (decimal): -9959127 or 2689384. OLE color: 2689384.

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

Color convert

RGB104941-
CMYK00.910.610.59
HSL339.79º84.07%22.16%-
HSV(B)339.79º91.35%40.78%-
XYZ6.213.32.41-
YUV41.05127.97172.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 9 (3.91% from 255) = 5.84%
BLUE value IS 41 (16.41% from 255) = 26.62%
R=67.53%
G=5.84%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10494100.910.610.59339.7984.0722.16
Hex6892905B3D3B1545416
Octal15011510133757352412426
Binary1101000100110100101011011111101111011101010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680929; }

 p { color: rgb(104,9,41); }

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

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

 a { background-color: rgb(104,9,41); }

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

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

 span { border-color: rgb(104,9,41); }

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