#6C1727

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

Shades of Pohutukawa #6C1727

Tints of Pohutukawa #6C1727

Color information

#6C1727 (or 0x6C1727) is unknown color: approx Pohutukawa. HEX triplet: 6C, 17 and 27. RGB value is (108,23,39). Sum of RGB (Red+Green+Blue) = 108+23+39=170 (22% of max value = 765). Red value is 108 (42.58% from 255 or 63.53% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 39 (15.62% from 255 or 22.94% from 170); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1727 is #93E8D8. Grayscale: #323232. Windows color (decimal): -9693401 or 2561900. OLE color: 2561900.

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

Color convert

RGB1082339-
CMYK00.790.640.58
HSL348.71º64.89%25.69%-
HSV(B)348.71º78.7%42.35%-
XYZ6.863.952.32-
YUV50.24121.66169.2-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 63.53%
GREEN value IS 23 (9.38% from 255) = 13.53%
BLUE value IS 39 (15.62% from 255) = 22.94%
R=63.53%
G=13.53%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.64
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108233900.790.640.58348.7164.8925.69
Hex6C172704F403A15d411a
Octal154274701171007253510132
Binary110110010111100111010011111000000111010101011101100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,23,39); }

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

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

 a { background-color: rgb(108,23,39); }

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

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

 span { border-color: rgb(108,23,39); }

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