#692025

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

Shades of Pohutukawa #692025

Tints of Pohutukawa #692025

Color information

#692025 (or 0x692025) is unknown color: approx Pohutukawa. HEX triplet: 69, 20 and 25. RGB value is (105,32,37). Sum of RGB (Red+Green+Blue) = 105+32+37=174 (23% of max value = 765). Red value is 105 (41.41% from 255 or 60.34% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 105 - color contains mainly: red. Hex color #692025 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692025 is #96DFDA. Grayscale: #363636. Windows color (decimal): -9887707 or 2433129. OLE color: 2433129.

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

Color convert

RGB1053237-
CMYK00.700.650.59
HSL355.89º53.28%26.86%-
HSV(B)355.89º69.52%41.18%-
XYZ6.684.172.2-
YUV54.4118.18164.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 60.34%
GREEN value IS 32 (12.89% from 255) = 18.39%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=60.34%
G=18.39%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.65
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105323700.700.650.59355.8953.2826.86
Hex692025046413B164351b
Octal15140450106101735446533
Binary110100110000010010101000110100000111101110110010011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692025; }

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

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

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

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

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

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

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

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