#6C122A

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

Shades of Pohutukawa #6C122A

Tints of Pohutukawa #6C122A

Color information

#6C122A (or 0x6C122A) is unknown color: approx Pohutukawa. HEX triplet: 6C, 12 and 2A. RGB value is (108,18,42). Sum of RGB (Red+Green+Blue) = 108+18+42=168 (22% of max value = 765). Red value is 108 (42.58% from 255 or 64.29% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 108 - color contains mainly: red. Hex color #6C122A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C122A is #93EDD5. Grayscale: #2F2F2F. Windows color (decimal): -9694678 or 2757228. OLE color: 2757228.

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

Color convert

RGB1081842-
CMYK00.830.610.58
HSL344º71.43%24.71%-
HSV(B)344º83.33%42.35%-
XYZ6.823.792.56-
YUV47.65124.82171.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 64.29%
GREEN value IS 18 (7.42% from 255) = 10.71%
BLUE value IS 42 (16.80% from 255) = 25%
R=64.29%
G=10.71%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal108184200.830.610.5834471.4324.71
Hex6C122A0533D3A1584719
Octal15422520123757253010731
Binary11011001001010101001010011111101111010101011000100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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