#681723

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

Shades of Pohutukawa #681723

Tints of Pohutukawa #681723

Color information

#681723 (or 0x681723) is unknown color: approx Pohutukawa. HEX triplet: 68, 17 and 23. RGB value is (104,23,35). Sum of RGB (Red+Green+Blue) = 104+23+35=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681723 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681723 is #97E8DC. Grayscale: #303030. Windows color (decimal): -9955549 or 2299752. OLE color: 2299752.

HSL color Cylindrical-coordinate representation of color #681723: hue angle of 351.11º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681723 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1042335-
CMYK00.780.660.59
HSL351.11º63.78%24.9%-
HSV(B)351.11º77.88%40.78%-
XYZ6.323.681.97-
YUV48.59120.34167.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 23 (9.38% from 255) = 14.20%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=64.20%
G=14.20%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104233500.780.660.59351.1163.7824.9
Hex68172304E423B15f4019
Octal150274301161027353710031
Binary110100010111100011010011101000010111011101011111100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681723; }

 p { color: rgb(104,23,35); }

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

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

 a { background-color: rgb(104,23,35); }

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

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

 span { border-color: rgb(104,23,35); }

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