#6A142A

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

Shades of Pohutukawa #6A142A

Tints of Pohutukawa #6A142A

Color information

#6A142A (or 0x6A142A) is unknown color: approx Pohutukawa. HEX triplet: 6A, 14 and 2A. RGB value is (106,20,42). Sum of RGB (Red+Green+Blue) = 106+20+42=168 (22% of max value = 765). Red value is 106 (41.80% from 255 or 63.10% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 106 - color contains mainly: red. Hex color #6A142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A142A is #95EBD5. Grayscale: #303030. Windows color (decimal): -9825238 or 2757738. OLE color: 2757738.

HSL color Cylindrical-coordinate representation of color #6A142A: hue angle of 344.65º degrees, saturation: 0.68, 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 #6A142A is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB1062042-
CMYK00.810.600.58
HSL344.65º68.25%24.71%-
HSV(B)344.65º81.13%41.57%-
XYZ6.613.732.56-
YUV48.22124.49169.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 63.10%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 42 (16.80% from 255) = 25%
R=63.10%
G=11.90%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106204200.810.600.58344.6568.2524.71
Hex6A142A0513C3A1594419
Octal15224520121747253110431
Binary11010101010010101001010001111100111010101011001100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,20,42); }

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

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

 a { background-color: rgb(106,20,42); }

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

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

 span { border-color: rgb(106,20,42); }

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