#670928

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

Shades of Pohutukawa #670928

Tints of Pohutukawa #670928

Color information

#670928 (or 0x670928) is unknown color: approx Pohutukawa. HEX triplet: 67, 09 and 28. RGB value is (103,9,40). Sum of RGB (Red+Green+Blue) = 103+9+40=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 9 (3.91% from 255 or 5.92% from 152); Blue value is 40 (16.02% from 255 or 26.32% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #670928 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670928 is #98F6D7. Grayscale: #282828. Windows color (decimal): -10024664 or 2623847. OLE color: 2623847.

HSL color Cylindrical-coordinate representation of color #670928: hue angle of 340.21º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #670928 is Cyan = 0, Magento = 0.91, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB103940-
CMYK00.910.610.60
HSL340.21º83.93%21.96%-
HSV(B)340.21º91.26%40.39%-
XYZ6.073.232.31-
YUV40.64127.64172.48-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 67.76%
GREEN value IS 9 (3.91% from 255) = 5.92%
BLUE value IS 40 (16.02% from 255) = 26.32%
R=67.76%
G=5.92%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10394000.910.610.60340.2183.9321.96
Hex6792805B3D3C1545416
Octal14711500133757452412426
Binary1100111100110100001011011111101111100101010100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670928; }

 p { color: rgb(103,9,40); }

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

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

 a { background-color: rgb(103,9,40); }

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

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

 span { border-color: rgb(103,9,40); }

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