Html Css Color HEX #690A14 Pohutukawa

📋 copy color: '#690A14'

red 105 ◦ green 10 ◦ blue 20

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

Shades of Pohutukawa #690A14

Tints of Pohutukawa #690A14

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.41%

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

R = 77.78%
G = 7.41%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690A14 (or 0x690A14) is known color: Pohutukawa. HEX triplet: 69, 0A and 14. RGB value is (105,10,20). Sum of RGB (Red+Green+Blue) = 105+10+20=135 (17% of max value = 765). Red value is 105 (41.41% from 255 or 77.78% from 135); Green value is 10 (4.30% from 255 or 7.41% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 105 - color contains mainly: red. Hex color #690A14 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690A14 is #96F5EB. Grayscale: #272727. Windows color (decimal): -9893356 or 1313385. OLE color: 1313385.

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

Color convert

RGB 105 10 20 -
CMYK 0 0.90 0.81 0.59
HSL 353.68º 0.83% 0.23% -
HSV(B) 353.68º 0.9% 0.41% -
XYZ 6.06 3.27 0.97 -
YUV 39.55 116.97 174.69 -
System Red Green Blue C M Y K H S L
Decimal 105 10 20 0 0.90 0.81 0.59 353.68 0.83 0.23
Hex 69 A 14 0 5A 51 3B 162 53 17
Octal 151 12 24 0 132 121 73 542 123 27
Binary 1101001 1010 10100 0 1011010 1010001 111011 101100010 1010011 10111

Color Harmonies of #690A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690A14

Black with #690A14

Text Example


Text Example

White with #690A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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