#680822

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

Shades of Pohutukawa #680822

Tints of Pohutukawa #680822

Color information

#680822 (or 0x680822) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 22. RGB value is (104,8,34). Sum of RGB (Red+Green+Blue) = 104+8+34=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 8 (3.52% from 255 or 5.48% from 146); Blue value is 34 (13.67% from 255 or 23.29% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #680822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680822 is #97F7DD. Grayscale: #272727. Windows color (decimal): -9959390 or 2230376. OLE color: 2230376.

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

Color convert

RGB104834-
CMYK00.920.670.59
HSL343.75º85.71%21.96%-
HSV(B)343.75º92.31%40.78%-
XYZ6.083.231.82-
YUV39.67124.8173.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 8 (3.52% from 255) = 5.48%
BLUE value IS 34 (13.67% from 255) = 23.29%
R=71.23%
G=5.48%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483400.920.670.59343.7585.7121.96
Hex6882205C433B1585616
Octal150104201341037353012626
Binary11010001000100010010111001000011111011101011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680822; }

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

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

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

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

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

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

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

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