#6C182A

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

Shades of Pohutukawa #6C182A

Tints of Pohutukawa #6C182A

Color information

#6C182A (or 0x6C182A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 18 and 2A. RGB value is (108,24,42). Sum of RGB (Red+Green+Blue) = 108+24+42=174 (23% of max value = 765). Red value is 108 (42.58% from 255 or 62.07% from 174); Green value is 24 (9.77% from 255 or 13.79% from 174); Blue value is 42 (16.80% from 255 or 24.14% from 174); Max value from RGB is 108 - color contains mainly: red. Hex color #6C182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C182A is #93E7D5. Grayscale: #333333. Windows color (decimal): -9693142 or 2758764. OLE color: 2758764.

HSL color Cylindrical-coordinate representation of color #6C182A: hue angle of 347.14º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6C182A is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.58.

Color convert

RGB1082442-
CMYK00.780.610.58
HSL347.14º63.64%25.88%-
HSV(B)347.14º77.78%42.35%-
XYZ6.934.012.6-
YUV51.17122.83168.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 62.07%
GREEN value IS 24 (9.77% from 255) = 13.79%
BLUE value IS 42 (16.80% from 255) = 24.14%
R=62.07%
G=13.79%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108244200.780.610.58347.1463.6425.88
Hex6C182A04E3D3A15b401a
Octal15430520116757253310032
Binary11011001100010101001001110111101111010101011011100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C182A; }

 p { color: rgb(108,24,42); }

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

<style>
 a { background-color: #6C182A; }

 a { background-color: rgb(108,24,42); }

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

<style>
 span { border-color: #6C182A; }

 span { border-color: rgb(108,24,42); }

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