Html Css Color HEX #680E29 Pohutukawa

📋 copy color: '#680E29'

red 104 ◦ green 14 ◦ blue 41

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

Shades of Pohutukawa #680E29

Tints of Pohutukawa #680E29

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.81%

 BLUE value IS 41 (16.41% from 255) = 25.79%

R = 65.41%
G = 8.81%
B = 25.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#680E29 (or 0x680E29) is known color: Pohutukawa. HEX triplet: 68, 0E and 29. RGB value is (104,14,41). Sum of RGB (Red+Green+Blue) = 104+14+41=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 41 (16.41% from 255 or 25.79% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #680E29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E29 is #97F1D6. Grayscale: #2B2B2B. Windows color (decimal): -9957847 or 2690664. OLE color: 2690664.

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

Color convert

RGB 104 14 41 -
CMYK 0 0.87 0.61 0.59
HSL 342º 0.76% 0.23% -
HSV(B) 342º 0.87% 0.41% -
XYZ 6.27 3.42 2.43 -
YUV 43.99 126.32 170.8 -
System Red Green Blue C M Y K H S L
Decimal 104 14 41 0 0.87 0.61 0.59 342 0.76 0.23
Hex 68 E 29 0 57 3D 3B 156 4C 17
Octal 150 16 51 0 127 75 73 526 114 27
Binary 1101000 1110 101001 0 1010111 111101 111011 101010110 1001100 10111

Color Harmonies of #680E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E29

Black with #680E29

Text Example


Text Example

White with #680E29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,41); }

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

background-color css

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

 a { background-color: rgb(104,14,41); }

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

border-color css

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

 span { border-color: rgb(104,14,41); }

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