#691D22

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

Shades of Pohutukawa #691D22

Tints of Pohutukawa #691D22

Color information

#691D22 (or 0x691D22) is unknown color: approx Pohutukawa. HEX triplet: 69, 1D and 22. RGB value is (105,29,34). Sum of RGB (Red+Green+Blue) = 105+29+34=168 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.5% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 34 (13.67% from 255 or 20.24% from 168); Max value from RGB is 105 - color contains mainly: red. Hex color #691D22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #691D22 is #96E2DD. Grayscale: #343434. Windows color (decimal): -9888478 or 2235753. OLE color: 2235753.

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

Color convert

RGB1052934-
CMYK00.720.680.59
HSL356.05º56.72%26.27%-
HSV(B)356.05º72.38%41.18%-
XYZ6.5541.94-
YUV52.29117.68165.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.5%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 34 (13.67% from 255) = 20.24%
R=62.5%
G=17.26%
B=20.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105293400.720.680.59356.0556.7226.27
Hex691D22048443B164391a
Octal15135420110104735447132
Binary11010011110110001001001000100010011101110110010011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,29,34); }

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

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

 a { background-color: rgb(105,29,34); }

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

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

 span { border-color: rgb(105,29,34); }

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