Html Css Color HEX #680814 Pohutukawa

📋 copy color: '#680814'

red 104 ◦ green 8 ◦ blue 20

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

Shades of Pohutukawa #680814

Tints of Pohutukawa #680814

RGB

 RED value IS 104 (41.02% from 255) = 78.79%

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

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

R = 78.79%
G = 6.06%
B = 15.15%

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

#680814 (or 0x680814) is known color: Pohutukawa. HEX triplet: 68, 08 and 14. RGB value is (104,8,20). Sum of RGB (Red+Green+Blue) = 104+8+20=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 8 (3.52% from 255 or 6.06% from 132); Blue value is 20 (8.20% from 255 or 15.15% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680814 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680814 is #97F7EB. Grayscale: #262626. Windows color (decimal): -9959404 or 1312872. OLE color: 1312872.

HSL color Cylindrical-coordinate representation of color #680814: hue angle of 352.5º 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 #680814 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 20 -
CMYK 0 0.92 0.81 0.59
HSL 352.5º 0.86% 0.22% -
HSV(B) 352.5º 0.92% 0.41% -
XYZ 5.92 3.17 0.96 -
YUV 38.07 117.8 175.02 -
System Red Green Blue C M Y K H S L
Decimal 104 8 20 0 0.92 0.81 0.59 352.5 0.86 0.22
Hex 68 8 14 0 5C 51 3B 160 56 16
Octal 150 10 24 0 134 121 73 540 126 26
Binary 1101000 1000 10100 0 1011100 1010001 111011 101100000 1010110 10110

Color Harmonies of #680814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680814

Black with #680814

Text Example


Text Example

White with #680814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680814; }

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

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

background-color css

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

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

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

border-color css

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

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

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