Html Css Color HEX #680A11 Pohutukawa

📋 copy color: '#680A11'

red 104 ◦ green 10 ◦ blue 17

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

Shades of Pohutukawa #680A11

Tints of Pohutukawa #680A11

RGB

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

 GREEN value IS 10 (4.3% from 255) = 7.63%

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

R = 79.39%
G = 7.63%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#680A11 (or 0x680A11) is known color: Pohutukawa. HEX triplet: 68, 0A and 11. RGB value is (104,10,17). Sum of RGB (Red+Green+Blue) = 104+10+17=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 10 (4.30% from 255 or 7.63% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680A11 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680A11 is #97F5EE. Grayscale: #262626. Windows color (decimal): -9958895 or 1116776. OLE color: 1116776.

HSL color Cylindrical-coordinate representation of color #680A11: hue angle of 355.53º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A11 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 17 -
CMYK 0 0.90 0.84 0.59
HSL 355.53º 0.82% 0.22% -
HSV(B) 355.53º 0.9% 0.41% -
XYZ 5.92 3.2 0.84 -
YUV 38.9 115.64 174.43 -
System Red Green Blue C M Y K H S L
Decimal 104 10 17 0 0.90 0.84 0.59 355.53 0.82 0.22
Hex 68 A 11 0 5A 54 3B 164 52 16
Octal 150 12 21 0 132 124 73 544 122 26
Binary 1101000 1010 10001 0 1011010 1010100 111011 101100100 1010010 10110

Color Harmonies of #680A11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A11

Black with #680A11

Text Example


Text Example

White with #680A11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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