#6A1D23

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

Shades of Pohutukawa #6A1D23

Tints of Pohutukawa #6A1D23

Color information

#6A1D23 (or 0x6A1D23) is unknown color: approx Pohutukawa. HEX triplet: 6A, 1D and 23. RGB value is (106,29,35). Sum of RGB (Red+Green+Blue) = 106+29+35=170 (22% of max value = 765). Red value is 106 (41.80% from 255 or 62.35% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 35 (14.06% from 255 or 20.59% from 170); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1D23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #6A1D23 is #95E2DC. Grayscale: #343434. Windows color (decimal): -9822941 or 2301290. OLE color: 2301290.

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

Color convert

RGB1062935-
CMYK00.730.670.58
HSL355.32º57.04%26.47%-
HSV(B)355.32º72.64%41.57%-
XYZ6.694.062.02-
YUV52.71118.01166.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 62.35%
GREEN value IS 29 (11.72% from 255) = 17.06%
BLUE value IS 35 (14.06% from 255) = 20.59%
R=62.35%
G=17.06%
B=20.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.67
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106293500.730.670.58355.3257.0426.47
Hex6A1D23049433A163391a
Octal15235430111103725437132
Binary11010101110110001101001001100001111101010110001111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A1D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,29,35); }

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

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

 a { background-color: rgb(106,29,35); }

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

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

 span { border-color: rgb(106,29,35); }

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