#670812

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

Shades of Pohutukawa #670812

Tints of Pohutukawa #670812

Color information

#670812 (or 0x670812) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 12. RGB value is (103,8,18). Sum of RGB (Red+Green+Blue) = 103+8+18=129 (17% of max value = 765). Red value is 103 (40.62% from 255 or 79.84% from 129); Green value is 8 (3.52% from 255 or 6.20% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 103 - color contains mainly: red. Hex color #670812 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #670812 is #98F7ED. Grayscale: #252525. Windows color (decimal): -10024942 or 1181799. OLE color: 1181799.

HSL color Cylindrical-coordinate representation of color #670812: hue angle of 353.68º 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 #670812 is Cyan = 0, Magento = 0.92, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB103818-
CMYK00.920.830.60
HSL353.68º85.59%21.76%-
HSV(B)353.68º92.23%40.39%-
XYZ5.793.10.87-
YUV37.54116.97174.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 79.84%
GREEN value IS 8 (3.52% from 255) = 6.20%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=79.84%
G=6.20%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.83
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10381800.920.830.60353.6885.5921.76
Hex6781205C533C1625616
Octal147102201341237454212626
Binary1100111100010010010111001010011111100101100010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670812; }

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

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

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

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

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

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

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

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