#68091A

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

Shades of Pohutukawa #68091A

Tints of Pohutukawa #68091A

Color information

#68091A (or 0x68091A) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 1A. RGB value is (104,9,26). Sum of RGB (Red+Green+Blue) = 104+9+26=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 9 (3.91% from 255 or 6.47% from 139); Blue value is 26 (10.55% from 255 or 18.71% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68091A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68091A is #97F6E5. Grayscale: #272727. Windows color (decimal): -9959142 or 1706344. OLE color: 1706344.

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

Color convert

RGB104926-
CMYK00.910.750.59
HSL349.26º84.07%22.16%-
HSV(B)349.26º91.35%40.78%-
XYZ5.993.211.28-
YUV39.34120.47174.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 9 (3.91% from 255) = 6.47%
BLUE value IS 26 (10.55% from 255) = 18.71%
R=74.82%
G=6.47%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10492600.910.750.59349.2684.0722.16
Hex6891A05B4B3B15d5416
Octal150113201331137353512426
Binary1101000100111010010110111001011111011101011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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