Html Css Color HEX #680B10 Pohutukawa

📋 copy color: '#680B10'

red 104 ◦ green 11 ◦ blue 16

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

Shades of Pohutukawa #680B10

Tints of Pohutukawa #680B10

RGB

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

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

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

R = 79.39%
G = 8.4%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.59

RGB Variations

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

Color information

#680B10 (or 0x680B10) is known color: Pohutukawa. HEX triplet: 68, 0B and 10. RGB value is (104,11,16). Sum of RGB (Red+Green+Blue) = 104+11+16=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 11 (4.69% from 255 or 8.40% from 131); Blue value is 16 (6.64% from 255 or 12.21% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680B10 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B10 is #97F4EF. Grayscale: #272727. Windows color (decimal): -9958640 or 1051496. OLE color: 1051496.

HSL color Cylindrical-coordinate representation of color #680B10: hue angle of 356.77º 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 #680B10 is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 11 16 -
CMYK 0 0.89 0.85 0.59
HSL 356.77º 0.81% 0.23% -
HSV(B) 356.77º 0.89% 0.41% -
XYZ 5.92 3.22 0.8 -
YUV 39.38 114.81 174.09 -
System Red Green Blue C M Y K H S L
Decimal 104 11 16 0 0.89 0.85 0.59 356.77 0.81 0.23
Hex 68 B 10 0 59 55 3B 165 51 17
Octal 150 13 20 0 131 125 73 545 121 27
Binary 1101000 1011 10000 0 1011001 1010101 111011 101100101 1010001 10111

Color Harmonies of #680B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B10

Black with #680B10

Text Example


Text Example

White with #680B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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