Html Css Color HEX #680D10 Pohutukawa

📋 copy color: '#680D10'

red 104 ◦ green 13 ◦ blue 16

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

Shades of Pohutukawa #680D10

Tints of Pohutukawa #680D10

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.77%

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

R = 78.2%
G = 9.77%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#680D10 (or 0x680D10) is known color: Pohutukawa. HEX triplet: 68, 0D and 10. RGB value is (104,13,16). Sum of RGB (Red+Green+Blue) = 104+13+16=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 13 (5.47% from 255 or 9.77% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680D10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D10 is #97F2EF. Grayscale: #282828. Windows color (decimal): -9958128 or 1052008. OLE color: 1052008.

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

Color convert

RGB 104 13 16 -
CMYK 0 0.88 0.85 0.59
HSL 358.02º 0.78% 0.23% -
HSV(B) 358.02º 0.88% 0.41% -
XYZ 5.95 3.27 0.81 -
YUV 40.55 114.15 173.26 -
System Red Green Blue C M Y K H S L
Decimal 104 13 16 0 0.88 0.85 0.59 358.02 0.78 0.23
Hex 68 D 10 0 58 55 3B 166 4E 17
Octal 150 15 20 0 130 125 73 546 116 27
Binary 1101000 1101 10000 0 1011000 1010101 111011 101100110 1001110 10111

Color Harmonies of #680D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680D10

Black with #680D10

Text Example


Text Example

White with #680D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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