#68091C

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

Shades of Pohutukawa #68091C

Tints of Pohutukawa #68091C

Color information

#68091C (or 0x68091C) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 1C. RGB value is (104,9,28). Sum of RGB (Red+Green+Blue) = 104+9+28=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 9 (3.91% from 255 or 6.38% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091C is #97F6E3. Grayscale: #272727. Windows color (decimal): -9959140 or 1837416. OLE color: 1837416.

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

Color convert

RGB104928-
CMYK00.910.730.59
HSL348º84.07%22.16%-
HSV(B)348º91.35%40.78%-
XYZ6.023.221.4-
YUV39.57121.47173.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 9 (3.91% from 255) = 6.38%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=73.76%
G=6.38%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492800.910.730.5934884.0722.16
Hex6891C05B493B15c5416
Octal150113401331117353412426
Binary1101000100111100010110111001001111011101011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68091C; }

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

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

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

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

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

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

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

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