#6C181B

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

Shades of Pohutukawa #6C181B

Tints of Pohutukawa #6C181B

Color information

#6C181B (or 0x6C181B) is unknown color: approx Pohutukawa. HEX triplet: 6C, 18 and 1B. RGB value is (108,24,27). Sum of RGB (Red+Green+Blue) = 108+24+27=159 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.92% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 27 (10.94% from 255 or 16.98% from 159); Max value from RGB is 108 - color contains mainly: red. Hex color #6C181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C181B is #93E7E4. Grayscale: #313131. Windows color (decimal): -9693157 or 1775724. OLE color: 1775724.

HSL color Cylindrical-coordinate representation of color #6C181B: hue angle of 357.86º 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 #6C181B is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB1082427-
CMYK00.780.750.58
HSL357.86º63.64%25.88%-
HSV(B)357.86º77.78%42.35%-
XYZ6.713.921.44-
YUV49.46115.33169.76-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 67.92%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 27 (10.94% from 255) = 16.98%
R=67.92%
G=15.09%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108242700.780.750.58357.8663.6425.88
Hex6C181B04E4B3A166401a
Octal154303301161137254610032
Binary11011001100011011010011101001011111010101100110100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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