#680826

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

Shades of Pohutukawa #680826

Tints of Pohutukawa #680826

Color information

#680826 (or 0x680826) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 26. RGB value is (104,8,38). Sum of RGB (Red+Green+Blue) = 104+8+38=150 (19% of max value = 765). Red value is 104 (41.02% from 255 or 69.33% from 150); Green value is 8 (3.52% from 255 or 5.33% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 104 - color contains mainly: red. Hex color #680826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680826 is #97F7D9. Grayscale: #282828. Windows color (decimal): -9959386 or 2492520. OLE color: 2492520.

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

Color convert

RGB104838-
CMYK00.920.630.59
HSL341.25º85.71%21.96%-
HSV(B)341.25º92.31%40.78%-
XYZ6.153.262.14-
YUV40.12126.8173.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 69.33%
GREEN value IS 8 (3.52% from 255) = 5.33%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=69.33%
G=5.33%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483800.920.630.59341.2585.7121.96
Hex6882605C3F3B1555616
Octal15010460134777352512626
Binary1101000100010011001011100111111111011101010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680826; }

 p { color: rgb(104,8,38); }

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

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

 a { background-color: rgb(104,8,38); }

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

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

 span { border-color: rgb(104,8,38); }

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