#680722

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

Shades of Pohutukawa #680722

Tints of Pohutukawa #680722

Color information

#680722 (or 0x680722) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 22. RGB value is (104,7,34). Sum of RGB (Red+Green+Blue) = 104+7+34=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 7 (3.12% from 255 or 4.83% from 145); Blue value is 34 (13.67% from 255 or 23.45% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #680722 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680722 is #97F8DD. Grayscale: #272727. Windows color (decimal): -9959646 or 2230120. OLE color: 2230120.

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

Color convert

RGB104734-
CMYK00.930.670.59
HSL343.3º87.39%21.76%-
HSV(B)343.3º93.27%40.78%-
XYZ6.073.211.81-
YUV39.08125.14174.3-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 7 (3.12% from 255) = 4.83%
BLUE value IS 34 (13.67% from 255) = 23.45%
R=71.72%
G=4.83%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10473400.930.670.59343.387.3921.76
Hex6872205D433B1575716
Octal15074201351037352712726
Binary1101000111100010010111011000011111011101010111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680722; }

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

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

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

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

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

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

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

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