#68080B

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

Shades of Pohutukawa #68080B

Tints of Pohutukawa #68080B

Color information

#68080B (or 0x68080B) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 0B. RGB value is (104,8,11). Sum of RGB (Red+Green+Blue) = 104+8+11=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 11 (4.69% from 255 or 8.94% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68080B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080B is #97F7F4. Grayscale: #252525. Windows color (decimal): -9959413 or 723048. OLE color: 723048.

HSL color Cylindrical-coordinate representation of color #68080B: hue angle of 358.12º 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 #68080B is Cyan = 0, Magento = 0.92, Yellow = 0.89 and Black (K on CMYK) = 0.59.

Color convert

RGB104811-
CMYK00.920.890.59
HSL358.12º85.71%21.96%-
HSV(B)358.12º92.31%40.78%-
XYZ5.863.140.61-
YUV37.05113.3175.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 84.55%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 11 (4.69% from 255) = 8.94%
R=84.55%
G=6.50%
B=8.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.89
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10481100.920.890.59358.1285.7121.96
Hex688B05C593B1665616
Octal150101301341317354612626
Binary110100010001011010111001011001111011101100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68080B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68080B; }

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

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

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

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

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

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

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

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