Html Css Color HEX #680B20 Pohutukawa

📋 copy color: '#680B20'

red 104 ◦ green 11 ◦ blue 32

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

Shades of Pohutukawa #680B20

Tints of Pohutukawa #680B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 21.77%

R = 70.75%
G = 7.48%
B = 21.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680B20 (or 0x680B20) is known color: Pohutukawa. HEX triplet: 68, 0B and 20. RGB value is (104,11,32). Sum of RGB (Red+Green+Blue) = 104+11+32=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 32 (12.89% from 255 or 21.77% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680B20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B20 is #97F4DF. Grayscale: #292929. Windows color (decimal): -9958624 or 2100072. OLE color: 2100072.

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

Color convert

RGB 104 11 32 -
CMYK 0 0.89 0.69 0.59
HSL 346.45º 0.81% 0.23% -
HSV(B) 346.45º 0.89% 0.41% -
XYZ 6.09 3.29 1.68 -
YUV 41.2 122.81 172.79 -
System Red Green Blue C M Y K H S L
Decimal 104 11 32 0 0.89 0.69 0.59 346.45 0.81 0.23
Hex 68 B 20 0 59 45 3B 15A 51 17
Octal 150 13 40 0 131 105 73 532 121 27
Binary 1101000 1011 100000 0 1011001 1000101 111011 101011010 1010001 10111

Color Harmonies of #680B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B20

Black with #680B20

Text Example


Text Example

White with #680B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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