#68181C

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

Shades of Pohutukawa #68181C

Tints of Pohutukawa #68181C

Color information

#68181C (or 0x68181C) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 1C. RGB value is (104,24,28). Sum of RGB (Red+Green+Blue) = 104+24+28=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #68181C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68181C is #97E7E3. Grayscale: #303030. Windows color (decimal): -9955300 or 1841256. OLE color: 1841256.

HSL color Cylindrical-coordinate representation of color #68181C: hue angle of 357º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #68181C is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1042428-
CMYK00.770.730.59
HSL357º62.5%25.1%-
HSV(B)357º76.92%40.78%-
XYZ6.253.681.48-
YUV48.38116.5167.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=66.67%
G=15.38%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104242800.770.730.5935762.525.1
Hex68181C04D493B1653e19
Octal15030340115111735457631
Binary1101000110001110001001101100100111101110110010111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68181C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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