#671618

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

Shades of Pohutukawa #671618

Tints of Pohutukawa #671618

Color information

#671618 (or 0x671618) is unknown color: approx Pohutukawa. HEX triplet: 67, 16 and 18. RGB value is (103,22,24). Sum of RGB (Red+Green+Blue) = 103+22+24=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 24 (9.77% from 255 or 16.11% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #671618 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #671618 is #98E9E7. Grayscale: #2E2E2E. Windows color (decimal): -10021352 or 1578599. OLE color: 1578599.

HSL color Cylindrical-coordinate representation of color #671618: hue angle of 358.52º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #671618 is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB1032224-
CMYK00.790.770.60
HSL358.52º64.8%24.51%-
HSV(B)358.52º78.64%40.39%-
XYZ6.053.521.23-
YUV46.45115.34168.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.13%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 24 (9.77% from 255) = 16.11%
R=69.13%
G=14.77%
B=16.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103222400.790.770.60358.5264.824.51
Hex67161804F4D3C1674119
Octal147263001171157454710131
Binary11001111011011000010011111001101111100101100111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671618; }

 p { color: rgb(103,22,24); }

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

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

 a { background-color: rgb(103,22,24); }

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

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

 span { border-color: rgb(103,22,24); }

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