Html Css Color HEX #680E0F Pohutukawa

📋 copy color: '#680E0F'

red 104 ◦ green 14 ◦ blue 15

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

Shades of Pohutukawa #680E0F

Tints of Pohutukawa #680E0F

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.53%

 BLUE value IS 15 (6.25% from 255) = 11.28%

R = 78.2%
G = 10.53%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#680E0F (or 0x680E0F) is known color: Pohutukawa. HEX triplet: 68, 0E and 0F. RGB value is (104,14,15). Sum of RGB (Red+Green+Blue) = 104+14+15=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 14 (5.86% from 255 or 10.53% from 133); Blue value is 15 (6.25% from 255 or 11.28% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680E0F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680E0F is #97F1F0. Grayscale: #292929. Windows color (decimal): -9957873 or 986728. OLE color: 986728.

HSL color Cylindrical-coordinate representation of color #680E0F: hue angle of 359.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #680E0F is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 14 15 -
CMYK 0 0.87 0.86 0.59
HSL 359.33º 0.76% 0.23% -
HSV(B) 359.33º 0.87% 0.41% -
XYZ 5.95 3.29 0.77 -
YUV 41.02 113.32 172.92 -
System Red Green Blue C M Y K H S L
Decimal 104 14 15 0 0.87 0.86 0.59 359.33 0.76 0.23
Hex 68 E F 0 57 56 3B 167 4C 17
Octal 150 16 17 0 127 126 73 547 114 27
Binary 1101000 1110 1111 0 1010111 1010110 111011 101100111 1001100 10111

Color Harmonies of #680E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E0F

Black with #680E0F

Text Example


Text Example

White with #680E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680E0F; }

 p { color: rgb(104,14,15); }

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

background-color css

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

 a { background-color: rgb(104,14,15); }

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

border-color css

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

 span { border-color: rgb(104,14,15); }

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