#691623

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

Shades of Pohutukawa #691623

Tints of Pohutukawa #691623

Color information

#691623 (or 0x691623) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 23. RGB value is (105,22,35). Sum of RGB (Red+Green+Blue) = 105+22+35=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691623 is #96E9DC. Grayscale: #303030. Windows color (decimal): -9890269 or 2299497. OLE color: 2299497.

HSL color Cylindrical-coordinate representation of color #691623: hue angle of 350.6º 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 #691623 is Cyan = 0, Magento = 0.79, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1052235-
CMYK00.790.670.59
HSL350.6º65.35%24.9%-
HSV(B)350.6º79.05%41.18%-
XYZ6.423.71.97-
YUV48.3120.5168.44-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=64.81%
G=13.58%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105223500.790.670.59350.665.3524.9
Hex69162304F433B15f4119
Octal151264301171037353710131
Binary110100110110100011010011111000011111011101011111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691623; }

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

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

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

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

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

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

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

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