#690922

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

Shades of Pohutukawa #690922

Tints of Pohutukawa #690922

Color information

#690922 (or 0x690922) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 22. RGB value is (105,9,34). Sum of RGB (Red+Green+Blue) = 105+9+34=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 9 (3.91% from 255 or 6.08% from 148); Blue value is 34 (13.67% from 255 or 22.97% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #690922 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690922 is #96F6DD. Grayscale: #282828. Windows color (decimal): -9893598 or 2230633. OLE color: 2230633.

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

Color convert

RGB105934-
CMYK00.910.680.59
HSL344.38º84.21%22.35%-
HSV(B)344.38º91.43%41.18%-
XYZ6.213.311.83-
YUV40.55124.3173.97-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 9 (3.91% from 255) = 6.08%
BLUE value IS 34 (13.67% from 255) = 22.97%
R=70.95%
G=6.08%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10593400.910.680.59344.3884.2122.35
Hex6992205B443B1585416
Octal151114201331047353012426
Binary11010011001100010010110111000100111011101011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690922; }

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

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

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

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

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

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

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

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