Html Css Color HEX #680C11 Pohutukawa

📋 copy color: '#680C11'

red 104 ◦ green 12 ◦ blue 17

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

Shades of Pohutukawa #680C11

Tints of Pohutukawa #680C11

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.02%

 BLUE value IS 17 (7.03% from 255) = 12.78%

R = 78.2%
G = 9.02%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#680C11 (or 0x680C11) is known color: Pohutukawa. HEX triplet: 68, 0C and 11. RGB value is (104,12,17). Sum of RGB (Red+Green+Blue) = 104+12+17=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680C11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C11 is #97F3EE. Grayscale: #282828. Windows color (decimal): -9958383 or 1117288. OLE color: 1117288.

HSL color Cylindrical-coordinate representation of color #680C11: hue angle of 356.74º degrees, saturation: 0.79, 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 #680C11 is Cyan = 0, Magento = 0.88, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 12 17 -
CMYK 0 0.88 0.84 0.59
HSL 356.74º 0.79% 0.23% -
HSV(B) 356.74º 0.88% 0.41% -
XYZ 5.94 3.25 0.84 -
YUV 40.08 114.98 173.59 -
System Red Green Blue C M Y K H S L
Decimal 104 12 17 0 0.88 0.84 0.59 356.74 0.79 0.23
Hex 68 C 11 0 58 54 3B 165 4F 17
Octal 150 14 21 0 130 124 73 545 117 27
Binary 1101000 1100 10001 0 1011000 1010100 111011 101100101 1001111 10111

Color Harmonies of #680C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C11

Black with #680C11

Text Example


Text Example

White with #680C11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,12,17); }

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

background-color css

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

 a { background-color: rgb(104,12,17); }

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

border-color css

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

 span { border-color: rgb(104,12,17); }

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