Html Css Color HEX #690E14 Pohutukawa

📋 copy color: '#690E14'

red 105 ◦ green 14 ◦ blue 20

#690E14
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #690E14

Tints of Pohutukawa #690E14

RGB

 RED value IS 105 (41.41% from 255) = 75.54%

 GREEN value IS 14 (5.86% from 255) = 10.07%

 BLUE value IS 20 (8.2% from 255) = 14.39%

R = 75.54%
G = 10.07%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690E14 (or 0x690E14) is known color: Pohutukawa. HEX triplet: 69, 0E and 14. RGB value is (105,14,20). Sum of RGB (Red+Green+Blue) = 105+14+20=139 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75.54% from 139); Green value is 14 (5.86% from 255 or 10.07% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 105 - color contains mainly: red. Hex color #690E14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690E14 is #96F1EB. Grayscale: #292929. Windows color (decimal): -9892332 or 1314409. OLE color: 1314409.

HSL color Cylindrical-coordinate representation of color #690E14: hue angle of 356.04º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #690E14 is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 14 20 -
CMYK 0 0.87 0.81 0.59
HSL 356.04º 0.76% 0.23% -
HSV(B) 356.04º 0.87% 0.41% -
XYZ 6.11 3.37 0.99 -
YUV 41.89 115.65 173.01 -
System Red Green Blue C M Y K H S L
Decimal 105 14 20 0 0.87 0.81 0.59 356.04 0.76 0.23
Hex 69 E 14 0 57 51 3B 164 4C 17
Octal 151 16 24 0 127 121 73 544 114 27
Binary 1101001 1110 10100 0 1010111 1010001 111011 101100100 1001100 10111

Color Harmonies of #690E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690E14

Black with #690E14

Text Example


Text Example

White with #690E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690E14; }

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

 H1.HeaderClassName
 {
   color: #690E14;
 }
 .AnyTagClassName
 {
   color: #690E14;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #690E14;
 }
 .BgClassName
 {
   background-color: #690E14;
 }
</style>

border-color css

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

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

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