#692024

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

Shades of Pohutukawa #692024

Tints of Pohutukawa #692024

Color information

#692024 (or 0x692024) is unknown color: approx Pohutukawa. HEX triplet: 69, 20 and 24. RGB value is (105,32,36). Sum of RGB (Red+Green+Blue) = 105+32+36=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 32 (12.89% from 255 or 18.50% from 173); Blue value is 36 (14.45% from 255 or 20.81% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #692024 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692024 is #96DFDB. Grayscale: #363636. Windows color (decimal): -9887708 or 2367593. OLE color: 2367593.

HSL color Cylindrical-coordinate representation of color #692024: hue angle of 356.71º degrees, saturation: 0.53, 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 #692024 is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1053236-
CMYK00.700.660.59
HSL356.71º53.28%26.86%-
HSV(B)356.71º69.52%41.18%-
XYZ6.664.162.12-
YUV54.28117.68164.17-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.69%
GREEN value IS 32 (12.89% from 255) = 18.50%
BLUE value IS 36 (14.45% from 255) = 20.81%
R=60.69%
G=18.50%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105323600.700.660.59356.7153.2826.86
Hex692024046423B165351b
Octal15140440106102735456533
Binary110100110000010010001000110100001011101110110010111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692024; }

 p { color: rgb(105,32,36); }

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

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

 a { background-color: rgb(105,32,36); }

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

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

 span { border-color: rgb(105,32,36); }

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