#690F2B

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

Shades of Pohutukawa #690F2B

Tints of Pohutukawa #690F2B

Color information

#690F2B (or 0x690F2B) is unknown color: approx Pohutukawa. HEX triplet: 69, 0F and 2B. RGB value is (105,15,43). Sum of RGB (Red+Green+Blue) = 105+15+43=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 15 (6.25% from 255 or 9.20% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #690F2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #690F2B is #96F0D4. Grayscale: #2D2D2D. Windows color (decimal): -9892053 or 2821993. OLE color: 2821993.

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

Color convert

RGB1051543-
CMYK00.860.590.59
HSL341.33º75%23.53%-
HSV(B)341.33º85.71%41.18%-
XYZ6.433.522.63-
YUV45.1126.82170.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 15 (6.25% from 255) = 9.20%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=64.42%
G=9.20%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105154300.860.590.59341.337523.53
Hex69F2B0563B3B1554b18
Octal15117530126737352511330
Binary1101001111110101101010110111011111011101010101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690F2B; }

 p { color: rgb(105,15,43); }

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

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

 a { background-color: rgb(105,15,43); }

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

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

 span { border-color: rgb(105,15,43); }

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