Html Css Color HEX #680810 Pohutukawa

📋 copy color: '#680810'

red 104 ◦ green 8 ◦ blue 16

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

Shades of Pohutukawa #680810

Tints of Pohutukawa #680810

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 12.5%

R = 81.25%
G = 6.25%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#680810 (or 0x680810) is known color: Pohutukawa. HEX triplet: 68, 08 and 10. RGB value is (104,8,16). Sum of RGB (Red+Green+Blue) = 104+8+16=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 8 (3.52% from 255 or 6.25% from 128); Blue value is 16 (6.64% from 255 or 12.5% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #680810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680810 is #97F7EF. Grayscale: #252525. Windows color (decimal): -9959408 or 1050728. OLE color: 1050728.

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

Color convert

RGB 104 8 16 -
CMYK 0 0.92 0.85 0.59
HSL 355º 0.86% 0.22% -
HSV(B) 355º 0.92% 0.41% -
XYZ 5.89 3.15 0.79 -
YUV 37.62 115.8 175.35 -
System Red Green Blue C M Y K H S L
Decimal 104 8 16 0 0.92 0.85 0.59 355 0.86 0.22
Hex 68 8 10 0 5C 55 3B 163 56 16
Octal 150 10 20 0 134 125 73 543 126 26
Binary 1101000 1000 10000 0 1011100 1010101 111011 101100011 1010110 10110

Color Harmonies of #680810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680810

Black with #680810

Text Example


Text Example

White with #680810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680810; }

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

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

background-color css

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

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

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

border-color css

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

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

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