#6A171F

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

Shades of Pohutukawa #6A171F

Tints of Pohutukawa #6A171F

Color information

#6A171F (or 0x6A171F) is unknown color: approx Pohutukawa. HEX triplet: 6A, 17 and 1F. RGB value is (106,23,31). Sum of RGB (Red+Green+Blue) = 106+23+31=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 31 (12.5% from 255 or 19.38% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A171F is #95E8E0. Grayscale: #303030. Windows color (decimal): -9824481 or 2037610. OLE color: 2037610.

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

Color convert

RGB1062331-
CMYK00.780.710.58
HSL354.22º64.34%25.29%-
HSV(B)354.22º78.3%41.57%-
XYZ6.53.781.68-
YUV48.73118168.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 66.25%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 31 (12.5% from 255) = 19.38%
R=66.25%
G=14.38%
B=19.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106233100.780.710.58354.2264.3425.29
Hex6A171F04E473A1624019
Octal152273701161077254210031
Binary11010101011111111010011101000111111010101100010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A171F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,23,31); }

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

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

 a { background-color: rgb(106,23,31); }

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

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

 span { border-color: rgb(106,23,31); }

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