#68182C

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

Shades of Pohutukawa #68182C

Tints of Pohutukawa #68182C

Color information

#68182C (or 0x68182C) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 2C. RGB value is (104,24,44). Sum of RGB (Red+Green+Blue) = 104+24+44=172 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.47% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 44 (17.58% from 255 or 25.58% from 172); Max value from RGB is 104 - color contains mainly: red. Hex color #68182C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68182C is #97E7D3. Grayscale: #323232. Windows color (decimal): -9955284 or 2889832. OLE color: 2889832.

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

Color convert

RGB1042444-
CMYK00.770.580.59
HSL345º62.5%25.1%-
HSV(B)345º76.92%40.78%-
XYZ6.493.782.77-
YUV50.2124.5166.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.47%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 44 (17.58% from 255) = 25.58%
R=60.47%
G=13.95%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104244400.770.580.5934562.525.1
Hex68182C04D3A3B1593e19
Octal1503054011572735317631
Binary1101000110001011000100110111101011101110101100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68182C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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