Html Css Color HEX #680A26 Pohutukawa

📋 copy color: '#680A26'

red 104 ◦ green 10 ◦ blue 38

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

Shades of Pohutukawa #680A26

Tints of Pohutukawa #680A26

RGB

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

 GREEN value IS 10 (4.3% from 255) = 6.58%

 BLUE value IS 38 (15.23% from 255) = 25%

R = 68.42%
G = 6.58%
B = 25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680A26 (or 0x680A26) is known color: Pohutukawa. HEX triplet: 68, 0A and 26. RGB value is (104,10,38). Sum of RGB (Red+Green+Blue) = 104+10+38=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 10 (4.30% from 255 or 6.58% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680A26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A26 is #97F5D9. Grayscale: #292929. Windows color (decimal): -9958874 or 2493032. OLE color: 2493032.

HSL color Cylindrical-coordinate representation of color #680A26: hue angle of 342.13º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680A26 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 10 38 -
CMYK 0 0.90 0.63 0.59
HSL 342.13º 0.82% 0.22% -
HSV(B) 342.13º 0.9% 0.41% -
XYZ 6.17 3.3 2.15 -
YUV 41.3 126.14 172.72 -
System Red Green Blue C M Y K H S L
Decimal 104 10 38 0 0.90 0.63 0.59 342.13 0.82 0.22
Hex 68 A 26 0 5A 3F 3B 156 52 16
Octal 150 12 46 0 132 77 73 526 122 26
Binary 1101000 1010 100110 0 1011010 111111 111011 101010110 1010010 10110

Color Harmonies of #680A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680A26

Black with #680A26

Text Example


Text Example

White with #680A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,10,38); }

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

background-color css

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

 a { background-color: rgb(104,10,38); }

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

border-color css

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

 span { border-color: rgb(104,10,38); }

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