#690822

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

Shades of Pohutukawa #690822

Tints of Pohutukawa #690822

Color information

#690822 (or 0x690822) is unknown color: approx Pohutukawa. HEX triplet: 69, 08 and 22. RGB value is (105,8,34). Sum of RGB (Red+Green+Blue) = 105+8+34=147 (19% of max value = 765). Red value is 105 (41.41% from 255 or 71.43% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 34 (13.67% from 255 or 23.13% from 147); Max value from RGB is 105 - color contains mainly: red. Hex color #690822 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690822 is #96F7DD. Grayscale: #272727. Windows color (decimal): -9893854 or 2230377. OLE color: 2230377.

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

Color convert

RGB105834-
CMYK00.920.680.59
HSL343.92º85.84%22.16%-
HSV(B)343.92º92.38%41.18%-
XYZ6.23.291.82-
YUV39.97124.64174.39-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 71.43%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 34 (13.67% from 255) = 23.13%
R=71.43%
G=5.44%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10583400.920.680.59343.9285.8422.16
Hex6982205C443B1585616
Octal151104201341047353012626
Binary11010011000100010010111001000100111011101011000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690822; }

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

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

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

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

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

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

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

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