#670F11

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

Shades of Pohutukawa #670F11

Tints of Pohutukawa #670F11

Color information

#670F11 (or 0x670F11) is unknown color: approx Pohutukawa. HEX triplet: 67, 0F and 11. RGB value is (103,15,17). Sum of RGB (Red+Green+Blue) = 103+15+17=135 (17% of max value = 765). Red value is 103 (40.62% from 255 or 76.30% from 135); Green value is 15 (6.25% from 255 or 11.11% from 135); Blue value is 17 (7.03% from 255 or 12.59% from 135); Max value from RGB is 103 - color contains mainly: red. Hex color #670F11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F11 is #98F0EE. Grayscale: #292929. Windows color (decimal): -10023151 or 1118055. OLE color: 1118055.

HSL color Cylindrical-coordinate representation of color #670F11: hue angle of 358.64º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #670F11 is Cyan = 0, Magento = 0.85, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB1031517-
CMYK00.850.830.60
HSL358.64º74.58%23.14%-
HSV(B)358.64º85.44%40.39%-
XYZ5.873.270.85-
YUV41.54114.15171.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 76.30%
GREEN value IS 15 (6.25% from 255) = 11.11%
BLUE value IS 17 (7.03% from 255) = 12.59%
R=76.30%
G=11.11%
B=12.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103151700.850.830.60358.6474.5823.14
Hex67F11055533C1674b17
Octal147172101251237454711327
Binary1100111111110001010101011010011111100101100111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670F11; }

 p { color: rgb(103,15,17); }

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

<style>
 a { background-color: #670F11; }

 a { background-color: rgb(103,15,17); }

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

<style>
 span { border-color: #670F11; }

 span { border-color: rgb(103,15,17); }

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