Html Css Color HEX #690814 Pohutukawa

📋 copy color: '#690814'

red 105 ◦ green 8 ◦ blue 20

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

Shades of Pohutukawa #690814

Tints of Pohutukawa #690814

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.02%

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

R = 78.95%
G = 6.02%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.59

RGB Variations

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

Color information

#690814 (or 0x690814) is known color: Pohutukawa. HEX triplet: 69, 08 and 14. RGB value is (105,8,20). Sum of RGB (Red+Green+Blue) = 105+8+20=133 (17% of max value = 765). Red value is 105 (41.41% from 255 or 78.95% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 105 - color contains mainly: red. Hex color #690814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #690814 is #96F7EB. Grayscale: #262626. Windows color (decimal): -9893868 or 1312873. OLE color: 1312873.

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

Color convert

RGB 105 8 20 -
CMYK 0 0.92 0.81 0.59
HSL 352.58º 0.86% 0.22% -
HSV(B) 352.58º 0.92% 0.41% -
XYZ 6.04 3.23 0.97 -
YUV 38.37 117.64 175.52 -
System Red Green Blue C M Y K H S L
Decimal 105 8 20 0 0.92 0.81 0.59 352.58 0.86 0.22
Hex 69 8 14 0 5C 51 3B 161 56 16
Octal 151 10 24 0 134 121 73 541 126 26
Binary 1101001 1000 10100 0 1011100 1010001 111011 101100001 1010110 10110

Color Harmonies of #690814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #690814

Black with #690814

Text Example


Text Example

White with #690814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #690814; }

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

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

background-color css

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

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

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

border-color css

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

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

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