Html Css Color HEX #680720 Pohutukawa

📋 copy color: '#680720'

red 104 ◦ green 7 ◦ blue 32

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

Shades of Pohutukawa #680720

Tints of Pohutukawa #680720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.9%

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

R = 72.73%
G = 4.9%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.59

RGB Variations

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

Color information

#680720 (or 0x680720) is known color: Pohutukawa. HEX triplet: 68, 07 and 20. RGB value is (104,7,32). Sum of RGB (Red+Green+Blue) = 104+7+32=143 (18% of max value = 765). Red value is 104 (41.02% from 255 or 72.73% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 104 - color contains mainly: red. Hex color #680720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680720 is #97F8DF. Grayscale: #262626. Windows color (decimal): -9959648 or 2099048. OLE color: 2099048.

HSL color Cylindrical-coordinate representation of color #680720: hue angle of 344.54º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680720 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 7 32 -
CMYK 0 0.93 0.69 0.59
HSL 344.54º 0.87% 0.22% -
HSV(B) 344.54º 0.93% 0.41% -
XYZ 6.05 3.2 1.67 -
YUV 38.85 124.14 174.47 -
System Red Green Blue C M Y K H S L
Decimal 104 7 32 0 0.93 0.69 0.59 344.54 0.87 0.22
Hex 68 7 20 0 5D 45 3B 159 57 16
Octal 150 7 40 0 135 105 73 531 127 26
Binary 1101000 111 100000 0 1011101 1000101 111011 101011001 1010111 10110

Color Harmonies of #680720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680720

Black with #680720

Text Example


Text Example

White with #680720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680720; }

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

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

background-color css

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

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

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

border-color css

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

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

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