#681C23

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

Shades of Pohutukawa #681C23

Tints of Pohutukawa #681C23

Color information

#681C23 (or 0x681C23) is unknown color: approx Pohutukawa. HEX triplet: 68, 1C and 23. RGB value is (104,28,35). Sum of RGB (Red+Green+Blue) = 104+28+35=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C23 is #97E3DC. Grayscale: #333333. Windows color (decimal): -9954269 or 2301032. OLE color: 2301032.

HSL color Cylindrical-coordinate representation of color #681C23: hue angle of 354.47º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C23 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1042835-
CMYK00.730.660.59
HSL354.47º57.58%25.88%-
HSV(B)354.47º73.08%40.78%-
XYZ6.433.892-
YUV51.52118.68165.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.28%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=62.28%
G=16.77%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104283500.730.660.59354.4757.5825.88
Hex681C23049423B1623a1a
Octal15034430111102735427232
Binary11010001110010001101001001100001011101110110001011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C23; }

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

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

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

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

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

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

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

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