Html Css Color HEX #690F14 Pohutukawa

📋 copy color: '#690F14'

red 105 ◦ green 15 ◦ blue 20

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

Shades of Pohutukawa #690F14

Tints of Pohutukawa #690F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.71%

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

R = 75%
G = 10.71%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690F14 (or 0x690F14) is known color: Pohutukawa. HEX triplet: 69, 0F and 14. RGB value is (105,15,20). Sum of RGB (Red+Green+Blue) = 105+15+20=140 (18% of max value = 765). Red value is 105 (41.41% from 255 or 75% from 140); Green value is 15 (6.25% from 255 or 10.71% from 140); Blue value is 20 (8.20% from 255 or 14.29% from 140); Max value from RGB is 105 - color contains mainly: red. Hex color #690F14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690F14 is #96F0EB. Grayscale: #2A2A2A. Windows color (decimal): -9892076 or 1314665. OLE color: 1314665.

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

Color convert

RGB 105 15 20 -
CMYK 0 0.86 0.81 0.59
HSL 356.67º 0.75% 0.24% -
HSV(B) 356.67º 0.86% 0.41% -
XYZ 6.12 3.4 0.99 -
YUV 42.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 105 15 20 0 0.86 0.81 0.59 356.67 0.75 0.24
Hex 69 F 14 0 56 51 3B 165 4B 18
Octal 151 17 24 0 126 121 73 545 113 30
Binary 1101001 1111 10100 0 1010110 1010001 111011 101100101 1001011 11000

Color Harmonies of #690F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690F14

Black with #690F14

Text Example


Text Example

White with #690F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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