#67080C

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

Shades of Pohutukawa #67080C

Tints of Pohutukawa #67080C

Color information

#67080C (or 0x67080C) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 0C. RGB value is (103,8,12). Sum of RGB (Red+Green+Blue) = 103+8+12=123 (16% of max value = 765). Red value is 103 (40.62% from 255 or 83.74% from 123); Green value is 8 (3.52% from 255 or 6.50% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 103 - color contains mainly: red. Hex color #67080C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #67080C is #98F7F3. Grayscale: #242424. Windows color (decimal): -10024948 or 788583. OLE color: 788583.

HSL color Cylindrical-coordinate representation of color #67080C: hue angle of 357.47º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #67080C is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB103812-
CMYK00.920.880.60
HSL357.47º85.59%21.76%-
HSV(B)357.47º92.23%40.39%-
XYZ5.753.080.64-
YUV36.86113.97175.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 83.74%
GREEN value IS 8 (3.52% from 255) = 6.50%
BLUE value IS 12 (5.08% from 255) = 9.76%
R=83.74%
G=6.50%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10381200.920.880.60357.4785.5921.76
Hex678C05C583C1655616
Octal147101401341307454512626
Binary110011110001100010111001011000111100101100101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67080C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67080C; }

 p { color: rgb(103,8,12); }

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

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

 a { background-color: rgb(103,8,12); }

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

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

 span { border-color: rgb(103,8,12); }

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