#680723

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

Shades of Pohutukawa #680723

Tints of Pohutukawa #680723

Color information

#680723 (or 0x680723) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 23. RGB value is (104,7,35). Sum of RGB (Red+Green+Blue) = 104+7+35=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 7 (3.12% from 255 or 4.79% from 146); Blue value is 35 (14.06% from 255 or 23.97% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680723 is #97F8DC. Grayscale: #272727. Windows color (decimal): -9959645 or 2295656. OLE color: 2295656.

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

Color convert

RGB104735-
CMYK00.930.660.59
HSL342.68º87.39%21.76%-
HSV(B)342.68º93.27%40.78%-
XYZ6.093.221.89-
YUV39.2125.64174.22-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 7 (3.12% from 255) = 4.79%
BLUE value IS 35 (14.06% from 255) = 23.97%
R=71.23%
G=4.79%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473500.930.660.59342.6887.3921.76
Hex6872305D423B1575716
Octal15074301351027352712726
Binary1101000111100011010111011000010111011101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680723; }

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

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

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

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

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

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

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

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