#680928

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

Shades of Pohutukawa #680928

Tints of Pohutukawa #680928

Color information

#680928 (or 0x680928) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 28. RGB value is (104,9,40). Sum of RGB (Red+Green+Blue) = 104+9+40=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680928 is #97F6D7. Grayscale: #282828. Windows color (decimal): -9959128 or 2623848. OLE color: 2623848.

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

Color convert

RGB104940-
CMYK00.910.620.59
HSL340.42º84.07%22.16%-
HSV(B)340.42º91.35%40.78%-
XYZ6.193.292.32-
YUV40.94127.47172.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=67.97%
G=5.88%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10494000.910.620.59340.4284.0722.16
Hex6892805B3E3B1545416
Octal15011500133767352412426
Binary1101000100110100001011011111110111011101010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680928; }

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

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

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

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

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

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

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

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