#692022

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

Shades of Pohutukawa #692022

Tints of Pohutukawa #692022

Color information

#692022 (or 0x692022) is unknown color: approx Pohutukawa. HEX triplet: 69, 20 and 22. RGB value is (105,32,34). Sum of RGB (Red+Green+Blue) = 105+32+34=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 34 (13.67% from 255 or 19.88% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #692022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692022 is #96DFDD. Grayscale: #363636. Windows color (decimal): -9887710 or 2236521. OLE color: 2236521.

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

Color convert

RGB1053234-
CMYK00.700.680.59
HSL358.36º53.28%26.86%-
HSV(B)358.36º69.52%41.18%-
XYZ6.634.151.97-
YUV54.06116.68164.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 32 (12.89% from 255) = 18.71%
BLUE value IS 34 (13.67% from 255) = 19.88%
R=61.40%
G=18.71%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105323400.700.680.59358.3653.2826.86
Hex692022046443B166351b
Octal15140420106104735466533
Binary110100110000010001001000110100010011101110110011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692022; }

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

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

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

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

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

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

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

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