#690714

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

Shades of Pohutukawa #690714

Tints of Pohutukawa #690714

Color information

#690714 (or 0x690714) is unknown color: approx Pohutukawa. HEX triplet: 69, 07 and 14. RGB value is (105,7,20). Sum of RGB (Red+Green+Blue) = 105+7+20=132 (17% of max value = 765). Red value is 105 (41.41% from 255 or 79.55% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 105 - color contains mainly: red. Hex color #690714 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690714 is #96F8EB. Grayscale: #252525. Windows color (decimal): -9894124 or 1312617. OLE color: 1312617.

HSL color Cylindrical-coordinate representation of color #690714: hue angle of 352.04º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #690714 is Cyan = 0, Magento = 0.93, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB105720-
CMYK00.930.810.59
HSL352.04º87.5%21.96%-
HSV(B)352.04º93.33%41.18%-
XYZ6.033.210.96-
YUV37.78117.97175.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 79.55%
GREEN value IS 7 (3.12% from 255) = 5.30%
BLUE value IS 20 (8.20% from 255) = 15.15%
R=79.55%
G=5.30%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.81
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10572000.930.810.59352.0487.521.96
Hex6971405D513B1605816
Octal15172401351217354013026
Binary110100111110100010111011010001111011101100000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #690714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #690714; }

 p { color: rgb(105,7,20); }

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

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

 a { background-color: rgb(105,7,20); }

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

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

 span { border-color: rgb(105,7,20); }

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