#680922

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

Shades of Pohutukawa #680922

Tints of Pohutukawa #680922

Color information

#680922 (or 0x680922) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 22. RGB value is (104,9,34). Sum of RGB (Red+Green+Blue) = 104+9+34=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 9 (3.91% from 255 or 6.12% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680922 is #97F6DD. Grayscale: #282828. Windows color (decimal): -9959134 or 2230632. OLE color: 2230632.

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

Color convert

RGB104934-
CMYK00.910.670.59
HSL344.21º84.07%22.16%-
HSV(B)344.21º91.35%40.78%-
XYZ6.13.251.82-
YUV40.25124.47173.47-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 9 (3.91% from 255) = 6.12%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=70.75%
G=6.12%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10493400.910.670.59344.2184.0722.16
Hex6892205B433B1585416
Octal150114201331037353012426
Binary11010001001100010010110111000011111011101011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680922; }

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

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

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

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

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

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

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

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