#680507

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

Shades of Pohutukawa #680507

Tints of Pohutukawa #680507

Color information

#680507 (or 0x680507) is unknown color: approx Pohutukawa. HEX triplet: 68, 05 and 07. RGB value is (104,5,7). Sum of RGB (Red+Green+Blue) = 104+5+7=116 (15% of max value = 765). Red value is 104 (41.02% from 255 or 89.66% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 7 (3.12% from 255 or 6.03% from 116); Max value from RGB is 104 - color contains mainly: red. Hex color #680507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680507 is #97FAF8. Grayscale: #222222. Windows color (decimal): -9960185 or 460136. OLE color: 460136.

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

Color convert

RGB10457-
CMYK00.950.930.59
HSL358.79º90.83%21.37%-
HSV(B)358.79º95.19%40.78%-
XYZ5.83.070.49-
YUV34.83112.3177.34-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 89.66%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 7 (3.12% from 255) = 6.03%
R=89.66%
G=4.31%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.93
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1045700.950.930.59358.7990.8321.37
Hex685705F5D3B1675b15
Octal1505701371357354713325
Binary1101000101111010111111011101111011101100111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680507; }

 p { color: rgb(104,5,7); }

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

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

 a { background-color: rgb(104,5,7); }

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

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

 span { border-color: rgb(104,5,7); }

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