#691B23

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

Shades of Pohutukawa #691B23

Tints of Pohutukawa #691B23

Color information

#691B23 (or 0x691B23) is unknown color: approx Pohutukawa. HEX triplet: 69, 1B and 23. RGB value is (105,27,35). Sum of RGB (Red+Green+Blue) = 105+27+35=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 27 (10.94% from 255 or 16.17% from 167); Blue value is 35 (14.06% from 255 or 20.96% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #691B23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691B23 is #96E4DC. Grayscale: #333333. Windows color (decimal): -9888989 or 2300777. OLE color: 2300777.

HSL color Cylindrical-coordinate representation of color #691B23: hue angle of 353.85º degrees, saturation: 0.59, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #691B23 is Cyan = 0, Magento = 0.74, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1052735-
CMYK00.740.670.59
HSL353.85º59.09%25.88%-
HSV(B)353.85º74.29%41.18%-
XYZ6.523.912-
YUV51.23118.84166.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 27 (10.94% from 255) = 16.17%
BLUE value IS 35 (14.06% from 255) = 20.96%
R=62.87%
G=16.17%
B=20.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105273500.740.670.59353.8559.0925.88
Hex691B2304A433B1623b1a
Octal15133430112103735427332
Binary11010011101110001101001010100001111101110110001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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