#690823

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

Shades of Pohutukawa #690823

Tints of Pohutukawa #690823

Color information

#690823 (or 0x690823) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 23. RGB value is (105,8,35). Sum of RGB (Red+Green+Blue) = 105+8+35=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 35 (14.06% from 255 or 23.65% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690823 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690823 is #96F7DC. Grayscale: #282828. Windows color (decimal): -9893853 or 2295913. OLE color: 2295913.

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

Color convert

RGB105835-
CMYK00.920.670.59
HSL343.3º85.84%22.16%-
HSV(B)343.3º92.38%41.18%-
XYZ6.223.31.9-
YUV40.08125.14174.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 8 (3.52% from 255) = 5.41%
BLUE value IS 35 (14.06% from 255) = 23.65%
R=70.95%
G=5.41%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10583500.920.670.59343.385.8422.16
Hex6982305C433B1575616
Octal151104301341037352712626
Binary11010011000100011010111001000011111011101010111101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690823; }

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

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

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

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

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

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

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

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