#681A1E

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

Shades of Pohutukawa #681A1E

Tints of Pohutukawa #681A1E

Color information

#681A1E (or 0x681A1E) is unknown color: approx Pohutukawa. HEX triplet: 68, 1A and 1E. RGB value is (104,26,30). Sum of RGB (Red+Green+Blue) = 104+26+30=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 26 (10.55% from 255 or 16.25% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681A1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A1E is #97E5E1. Grayscale: #313131. Windows color (decimal): -9954786 or 1972840. OLE color: 1972840.

HSL color Cylindrical-coordinate representation of color #681A1E: hue angle of 356.92º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A1E is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1042630-
CMYK00.750.710.59
HSL356.92º60%25.49%-
HSV(B)356.92º75%40.78%-
XYZ6.313.781.62-
YUV49.78116.84166.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 26 (10.55% from 255) = 16.25%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=65%
G=16.25%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104263000.750.710.59356.926025.49
Hex681A1E04B473B1653c19
Octal15032360113107735457431
Binary1101000110101111001001011100011111101110110010111110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,26,30); }

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

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

 a { background-color: rgb(104,26,30); }

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

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

 span { border-color: rgb(104,26,30); }

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