Html Css Color HEX #680B12 Pohutukawa

📋 copy color: '#680B12'

red 104 ◦ green 11 ◦ blue 18

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

Shades of Pohutukawa #680B12

Tints of Pohutukawa #680B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 13.53%

R = 78.2%
G = 8.27%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.59

RGB Variations

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

Color information

#680B12 (or 0x680B12) is known color: Pohutukawa. HEX triplet: 68, 0B and 12. RGB value is (104,11,18). Sum of RGB (Red+Green+Blue) = 104+11+18=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 11 (4.69% from 255 or 8.27% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680B12 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B12 is #97F4ED. Grayscale: #272727. Windows color (decimal): -9958638 or 1182568. OLE color: 1182568.

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

Color convert

RGB 104 11 18 -
CMYK 0 0.89 0.83 0.59
HSL 355.48º 0.81% 0.23% -
HSV(B) 355.48º 0.89% 0.41% -
XYZ 5.94 3.23 0.88 -
YUV 39.61 115.81 173.93 -
System Red Green Blue C M Y K H S L
Decimal 104 11 18 0 0.89 0.83 0.59 355.48 0.81 0.23
Hex 68 B 12 0 59 53 3B 163 51 17
Octal 150 13 22 0 131 123 73 543 121 27
Binary 1101000 1011 10010 0 1011001 1010011 111011 101100011 1010001 10111

Color Harmonies of #680B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B12

Black with #680B12

Text Example


Text Example

White with #680B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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