#68151F

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

Shades of Pohutukawa #68151F

Tints of Pohutukawa #68151F

Color information

#68151F (or 0x68151F) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 1F. RGB value is (104,21,31). Sum of RGB (Red+Green+Blue) = 104+21+31=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 31 (12.5% from 255 or 19.87% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151F is #97EAE0. Grayscale: #2F2F2F. Windows color (decimal): -9956065 or 2037096. OLE color: 2037096.

HSL color Cylindrical-coordinate representation of color #68151F: hue angle of 352.77º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #68151F is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB1042131-
CMYK00.800.700.59
HSL352.77º66.4%24.51%-
HSV(B)352.77º79.81%40.78%-
XYZ6.223.581.66-
YUV46.96119168.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 31 (12.5% from 255) = 19.87%
R=66.67%
G=13.46%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104213100.800.700.59352.7766.424.51
Hex68151F050463B1614219
Octal150253701201067354110231
Binary11010001010111111010100001000110111011101100001100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68151F; }

 p { color: rgb(104,21,31); }

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

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

 a { background-color: rgb(104,21,31); }

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

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

 span { border-color: rgb(104,21,31); }

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