#680926

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

Shades of Pohutukawa #680926

Tints of Pohutukawa #680926

Color information

#680926 (or 0x680926) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 26. RGB value is (104,9,38). Sum of RGB (Red+Green+Blue) = 104+9+38=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #680926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680926 is #97F6D9. Grayscale: #282828. Windows color (decimal): -9959130 or 2492776. OLE color: 2492776.

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

Color convert

RGB104938-
CMYK00.910.630.59
HSL341.68º84.07%22.16%-
HSV(B)341.68º91.35%40.78%-
XYZ6.163.282.14-
YUV40.71126.47173.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 68.87%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=68.87%
G=5.96%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493800.910.630.59341.6884.0722.16
Hex6892605B3F3B1565416
Octal15011460133777352612426
Binary1101000100110011001011011111111111011101010110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680926; }

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

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

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

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

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

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

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

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