#680F22

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

Shades of Pohutukawa #680F22

Tints of Pohutukawa #680F22

Color information

#680F22 (or 0x680F22) is unknown color: approx Pohutukawa. HEX triplet: 68, 0F and 22. RGB value is (104,15,34). Sum of RGB (Red+Green+Blue) = 104+15+34=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 15 (6.25% from 255 or 9.80% from 153); Blue value is 34 (13.67% from 255 or 22.22% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680F22 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F22 is #97F0DD. Grayscale: #2B2B2B. Windows color (decimal): -9957598 or 2232168. OLE color: 2232168.

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

Color convert

RGB1041534-
CMYK00.860.670.59
HSL347.19º74.79%23.33%-
HSV(B)347.19º85.58%40.78%-
XYZ6.173.41.84-
YUV43.78122.49170.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 15 (6.25% from 255) = 9.80%
BLUE value IS 34 (13.67% from 255) = 22.22%
R=67.97%
G=9.80%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104153400.860.670.59347.1974.7923.33
Hex68F22056433B15b4b17
Octal150174201261037353311327
Binary11010001111100010010101101000011111011101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680F22; }

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

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

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

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

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

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

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

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