#691F2B

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

Shades of Pohutukawa #691F2B

Tints of Pohutukawa #691F2B

Color information

#691F2B (or 0x691F2B) is unknown color: approx Pohutukawa. HEX triplet: 69, 1F and 2B. RGB value is (105,31,43). Sum of RGB (Red+Green+Blue) = 105+31+43=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #691F2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691F2B is #96E0D4. Grayscale: #363636. Windows color (decimal): -9887957 or 2826089. OLE color: 2826089.

HSL color Cylindrical-coordinate representation of color #691F2B: hue angle of 350.27º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #691F2B is Cyan = 0, Magento = 0.70, Yellow = 0.59 and Black (K on CMYK) = 0.59.

Color convert

RGB1053143-
CMYK00.700.590.59
HSL350.27º54.41%26.67%-
HSV(B)350.27º70.48%41.18%-
XYZ6.754.162.73-
YUV54.49121.52164.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 58.66%
GREEN value IS 31 (12.5% from 255) = 17.32%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=58.66%
G=17.32%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105314300.700.590.59350.2754.4126.67
Hex691F2B0463B3B15e361b
Octal1513753010673735366633
Binary1101001111111010110100011011101111101110101111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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