Html Css Color HEX #680B11 Pohutukawa

📋 copy color: '#680B11'

red 104 ◦ green 11 ◦ blue 17

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

Shades of Pohutukawa #680B11

Tints of Pohutukawa #680B11

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.33%

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

R = 78.79%
G = 8.33%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#680B11 (or 0x680B11) is known color: Pohutukawa. HEX triplet: 68, 0B and 11. RGB value is (104,11,17). Sum of RGB (Red+Green+Blue) = 104+11+17=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 11 (4.69% from 255 or 8.33% from 132); Blue value is 17 (7.03% from 255 or 12.88% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680B11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B11 is #97F4EE. Grayscale: #272727. Windows color (decimal): -9958639 or 1117032. OLE color: 1117032.

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

Color convert

RGB 104 11 17 -
CMYK 0 0.89 0.84 0.59
HSL 356.13º 0.81% 0.23% -
HSV(B) 356.13º 0.89% 0.41% -
XYZ 5.93 3.22 0.84 -
YUV 39.49 115.31 174.01 -
System Red Green Blue C M Y K H S L
Decimal 104 11 17 0 0.89 0.84 0.59 356.13 0.81 0.23
Hex 68 B 11 0 59 54 3B 164 51 17
Octal 150 13 21 0 131 124 73 544 121 27
Binary 1101000 1011 10001 0 1011001 1010100 111011 101100100 1010001 10111

Color Harmonies of #680B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B11

Black with #680B11

Text Example


Text Example

White with #680B11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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