#680B1A

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

Shades of Pohutukawa #680B1A

Tints of Pohutukawa #680B1A

Color information

#680B1A (or 0x680B1A) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 1A. RGB value is (104,11,26). Sum of RGB (Red+Green+Blue) = 104+11+26=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 11 (4.69% from 255 or 7.80% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #680B1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B1A is #97F4E5. Grayscale: #282828. Windows color (decimal): -9958630 or 1706856. OLE color: 1706856.

HSL color Cylindrical-coordinate representation of color #680B1A: hue angle of 350.32º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680B1A is Cyan = 0, Magento = 0.89, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1041126-
CMYK00.890.750.59
HSL350.32º80.87%22.55%-
HSV(B)350.32º89.42%40.78%-
XYZ6.023.261.29-
YUV40.52119.81173.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 11 (4.69% from 255) = 7.80%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=73.76%
G=7.80%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104112600.890.750.59350.3280.8722.55
Hex68B1A0594B3B15e5117
Octal150133201311137353612127
Binary1101000101111010010110011001011111011101011110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680B1A; }

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

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

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

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

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

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

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

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