#692023

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

Shades of Pohutukawa #692023

Tints of Pohutukawa #692023

Color information

#692023 (or 0x692023) is unknown color: approx Pohutukawa. HEX triplet: 69, 20 and 23. RGB value is (105,32,35). Sum of RGB (Red+Green+Blue) = 105+32+35=172 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.05% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 35 (14.06% from 255 or 20.35% from 172); Max value from RGB is 105 - color contains mainly: red. Hex color #692023 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692023 is #96DFDC. Grayscale: #363636. Windows color (decimal): -9887709 or 2302057. OLE color: 2302057.

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

Color convert

RGB1053235-
CMYK00.700.670.59
HSL357.53º53.28%26.86%-
HSV(B)357.53º69.52%41.18%-
XYZ6.654.162.04-
YUV54.17117.18164.26-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.05%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 35 (14.06% from 255) = 20.35%
R=61.05%
G=18.60%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105323500.700.670.59357.5353.2826.86
Hex692023046433B166351b
Octal15140430106103735466533
Binary110100110000010001101000110100001111101110110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692023; }

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

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

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

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

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

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

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

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