#670F19

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

Shades of Pohutukawa #670F19

Tints of Pohutukawa #670F19

Color information

#670F19 (or 0x670F19) is unknown color: approx Pohutukawa. HEX triplet: 67, 0F and 19. RGB value is (103,15,25). Sum of RGB (Red+Green+Blue) = 103+15+25=143 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.03% from 143); Green value is 15 (6.25% from 255 or 10.49% from 143); Blue value is 25 (10.16% from 255 or 17.48% from 143); Max value from RGB is 103 - color contains mainly: red. Hex color #670F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670F19 is #98F0E6. Grayscale: #2A2A2A. Windows color (decimal): -10023143 or 1642343. OLE color: 1642343.

HSL color Cylindrical-coordinate representation of color #670F19: hue angle of 353.18º 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 #670F19 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB1031525-
CMYK00.850.760.60
HSL353.18º74.58%23.14%-
HSV(B)353.18º85.44%40.39%-
XYZ5.943.31.24-
YUV42.45118.15171.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 72.03%
GREEN value IS 15 (6.25% from 255) = 10.49%
BLUE value IS 25 (10.16% from 255) = 17.48%
R=72.03%
G=10.49%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103152500.850.760.60353.1874.5823.14
Hex67F190554C3C1614b17
Octal147173101251147454111327
Binary1100111111111001010101011001100111100101100001100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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