#6C1522

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

Shades of Pohutukawa #6C1522

Tints of Pohutukawa #6C1522

Color information

#6C1522 (or 0x6C1522) is unknown color: approx Pohutukawa. HEX triplet: 6C, 15 and 22. RGB value is (108,21,34). Sum of RGB (Red+Green+Blue) = 108+21+34=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1522 is #93EADD. Grayscale: #303030. Windows color (decimal): -9693918 or 2233708. OLE color: 2233708.

HSL color Cylindrical-coordinate representation of color #6C1522: hue angle of 351.03º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6C1522 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.58.

Color convert

RGB1082134-
CMYK00.810.690.58
HSL351.03º67.44%25.29%-
HSV(B)351.03º80.56%42.35%-
XYZ6.743.841.9-
YUV48.5119.82170.44-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 66.26%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=66.26%
G=12.88%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108213400.810.690.58351.0367.4425.29
Hex6C1522051453A15f4319
Octal154254201211057253710331
Binary110110010101100010010100011000101111010101011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,21,34); }

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

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

 a { background-color: rgb(108,21,34); }

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

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

 span { border-color: rgb(108,21,34); }

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