#6C192A

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

Shades of Pohutukawa #6C192A

Tints of Pohutukawa #6C192A

Color information

#6C192A (or 0x6C192A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 19 and 2A. RGB value is (108,25,42). Sum of RGB (Red+Green+Blue) = 108+25+42=175 (23% of max value = 765). Red value is 108 (42.58% from 255 or 61.71% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 42 (16.80% from 255 or 24% from 175); Max value from RGB is 108 - color contains mainly: red. Hex color #6C192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C192A is #93E6D5. Grayscale: #333333. Windows color (decimal): -9692886 or 2759020. OLE color: 2759020.

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

Color convert

RGB1082542-
CMYK00.770.610.58
HSL347.71º62.41%26.08%-
HSV(B)347.71º76.85%42.35%-
XYZ6.954.052.61-
YUV51.76122.5168.12-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 61.71%
GREEN value IS 25 (10.16% from 255) = 14.29%
BLUE value IS 42 (16.80% from 255) = 24%
R=61.71%
G=14.29%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108254200.770.610.58347.7162.4126.08
Hex6C192A04D3D3A15c3e1a
Octal1543152011575725347632
Binary1101100110011010100100110111110111101010101110011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C192A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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