#69060B

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

Shades of Pohutukawa #69060B

Tints of Pohutukawa #69060B

Color information

#69060B (or 0x69060B) is unknown color: approx Pohutukawa. HEX triplet: 69, 06 and 0B. RGB value is (105,6,11). Sum of RGB (Red+Green+Blue) = 105+6+11=122 (16% of max value = 765). Red value is 105 (41.41% from 255 or 86.07% from 122); Green value is 6 (2.73% from 255 or 4.92% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 105 - color contains mainly: red. Hex color #69060B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #69060B is #96F9F4. Grayscale: #242424. Windows color (decimal): -9894389 or 722537. OLE color: 722537.

HSL color Cylindrical-coordinate representation of color #69060B: hue angle of 356.97º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #69060B is Cyan = 0, Magento = 0.94, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB105611-
CMYK00.940.900.59
HSL356.97º89.19%21.76%-
HSV(B)356.97º94.29%41.18%-
XYZ5.953.160.61-
YUV36.17113.8177.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 86.07%
GREEN value IS 6 (2.73% from 255) = 4.92%
BLUE value IS 11 (4.69% from 255) = 9.02%
R=86.07%
G=4.92%
B=9.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10561100.940.900.59356.9789.1921.76
Hex696B05E5A3B1655916
Octal15161301361327354513126
Binary11010011101011010111101011010111011101100101101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69060B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69060B; }

 p { color: rgb(105,6,11); }

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

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

 a { background-color: rgb(105,6,11); }

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

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

 span { border-color: rgb(105,6,11); }

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