#670826

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

Shades of Pohutukawa #670826

Tints of Pohutukawa #670826

Color information

#670826 (or 0x670826) is unknown color: approx Pohutukawa. HEX triplet: 67, 08 and 26. RGB value is (103,8,38). Sum of RGB (Red+Green+Blue) = 103+8+38=149 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.13% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 38 (15.23% from 255 or 25.50% from 149); Max value from RGB is 103 - color contains mainly: red. Hex color #670826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670826 is #98F7D9. Grayscale: #272727. Windows color (decimal): -10024922 or 2492519. OLE color: 2492519.

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

Color convert

RGB103838-
CMYK00.920.630.60
HSL341.05º85.59%21.76%-
HSV(B)341.05º92.23%40.39%-
XYZ6.033.22.13-
YUV39.82126.97173.06-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 69.13%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 38 (15.23% from 255) = 25.50%
R=69.13%
G=5.37%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.63
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10383800.920.630.60341.0585.5921.76
Hex6782605C3F3C1555616
Octal14710460134777452512626
Binary1100111100010011001011100111111111100101010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670826; }

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

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

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

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

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

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

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

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