#691628

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

Shades of Pohutukawa #691628

Tints of Pohutukawa #691628

Color information

#691628 (or 0x691628) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 28. RGB value is (105,22,40). Sum of RGB (Red+Green+Blue) = 105+22+40=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #691628 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691628 is #96E9D7. Grayscale: #303030. Windows color (decimal): -9890264 or 2627177. OLE color: 2627177.

HSL color Cylindrical-coordinate representation of color #691628: hue angle of 346.99º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #691628 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1052240-
CMYK00.790.620.59
HSL346.99º65.35%24.9%-
HSV(B)346.99º79.05%41.18%-
XYZ6.53.732.39-
YUV48.87123168.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 22 (8.98% from 255) = 13.17%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=62.87%
G=13.17%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105224000.790.620.59346.9965.3524.9
Hex69162804F3E3B15b4119
Octal15126500117767353310131
Binary11010011011010100001001111111110111011101011011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691628; }

 p { color: rgb(105,22,40); }

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

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

 a { background-color: rgb(105,22,40); }

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

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

 span { border-color: rgb(105,22,40); }

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