#690826

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

Shades of Pohutukawa #690826

Tints of Pohutukawa #690826

Color information

#690826 (or 0x690826) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 26. RGB value is (105,8,38). Sum of RGB (Red+Green+Blue) = 105+8+38=151 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.54% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 105 - color contains mainly: red. Hex color #690826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690826 is #96F7D9. Grayscale: #282828. Windows color (decimal): -9893850 or 2492521. OLE color: 2492521.

HSL color Cylindrical-coordinate representation of color #690826: hue angle of 341.44º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #690826 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB105838-
CMYK00.920.640.59
HSL341.44º85.84%22.16%-
HSV(B)341.44º92.38%41.18%-
XYZ6.263.322.14-
YUV40.42126.64174.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.54%
GREEN value IS 8 (3.52% from 255) = 5.30%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=69.54%
G=5.30%
B=25.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10583800.920.640.59341.4485.8422.16
Hex6982605C403B1555616
Octal151104601341007352512626
Binary11010011000100110010111001000000111011101010101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690826; }

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

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

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

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

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

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

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

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