Html Css Color HEX #680F20 Pohutukawa

📋 copy color: '#680F20'

red 104 ◦ green 15 ◦ blue 32

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

Shades of Pohutukawa #680F20

Tints of Pohutukawa #680F20

RGB

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

 GREEN value IS 15 (6.25% from 255) = 9.93%

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

R = 68.87%
G = 9.93%
B = 21.19%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680F20 (or 0x680F20) is known color: Pohutukawa. HEX triplet: 68, 0F and 20. RGB value is (104,15,32). Sum of RGB (Red+Green+Blue) = 104+15+32=151 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.87% from 151); Green value is 15 (6.25% from 255 or 9.93% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 104 - color contains mainly: red. Hex color #680F20 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F20 is #97F0DF. Grayscale: #2B2B2B. Windows color (decimal): -9957600 or 2101096. OLE color: 2101096.

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

Color convert

RGB 104 15 32 -
CMYK 0 0.86 0.69 0.59
HSL 348.54º 0.75% 0.23% -
HSV(B) 348.54º 0.86% 0.41% -
XYZ 6.14 3.39 1.7 -
YUV 43.55 121.49 171.12 -
System Red Green Blue C M Y K H S L
Decimal 104 15 32 0 0.86 0.69 0.59 348.54 0.75 0.23
Hex 68 F 20 0 56 45 3B 15D 4B 17
Octal 150 17 40 0 126 105 73 535 113 27
Binary 1101000 1111 100000 0 1010110 1000101 111011 101011101 1001011 10111

Color Harmonies of #680F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F20

Black with #680F20

Text Example


Text Example

White with #680F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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