#681D1E

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

Shades of Pohutukawa #681D1E

Tints of Pohutukawa #681D1E

Color information

#681D1E (or 0x681D1E) is unknown color: approx Pohutukawa. HEX triplet: 68, 1D and 1E. RGB value is (104,29,30). Sum of RGB (Red+Green+Blue) = 104+29+30=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 30 (12.11% from 255 or 18.40% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681D1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681D1E is #97E2E1. Grayscale: #333333. Windows color (decimal): -9954018 or 1973608. OLE color: 1973608.

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

Color convert

RGB1042930-
CMYK00.720.710.59
HSL359.2º56.39%26.08%-
HSV(B)359.2º72.12%40.78%-
XYZ6.383.921.65-
YUV51.54115.85165.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 30 (12.11% from 255) = 18.40%
R=63.80%
G=17.79%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104293000.720.710.59359.256.3926.08
Hex681D1E048473B167381a
Octal15035360110107735477032
Binary1101000111011111001001000100011111101110110011111100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681D1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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