#6C131A

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

Shades of Pohutukawa #6C131A

Tints of Pohutukawa #6C131A

Color information

#6C131A (or 0x6C131A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 13 and 1A. RGB value is (108,19,26). Sum of RGB (Red+Green+Blue) = 108+19+26=153 (20% of max value = 765). Red value is 108 (42.58% from 255 or 70.59% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 108 - color contains mainly: red. Hex color #6C131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C131A is #93ECE5. Grayscale: #2E2E2E. Windows color (decimal): -9694438 or 1708908. OLE color: 1708908.

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

Color convert

RGB1081926-
CMYK00.820.760.58
HSL355.28º70.08%24.9%-
HSV(B)355.28º82.41%42.35%-
XYZ6.63.731.35-
YUV46.41116.49171.93-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 70.59%
GREEN value IS 19 (7.81% from 255) = 12.42%
BLUE value IS 26 (10.55% from 255) = 16.99%
R=70.59%
G=12.42%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108192600.820.760.58355.2870.0824.9
Hex6C131A0524C3A1634619
Octal154233201221147254310631
Binary11011001001111010010100101001100111010101100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,19,26); }

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

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

 a { background-color: rgb(108,19,26); }

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

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

 span { border-color: rgb(108,19,26); }

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