Html Css Color HEX #680B26 Pohutukawa

📋 copy color: '#680B26'

red 104 ◦ green 11 ◦ blue 38

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

Shades of Pohutukawa #680B26

Tints of Pohutukawa #680B26

RGB

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

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

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

R = 67.97%
G = 7.19%
B = 24.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#680B26 (or 0x680B26) is known color: Pohutukawa. HEX triplet: 68, 0B and 26. RGB value is (104,11,38). Sum of RGB (Red+Green+Blue) = 104+11+38=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 11 (4.69% from 255 or 7.19% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680B26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B26 is #97F4D9. Grayscale: #292929. Windows color (decimal): -9958618 or 2493288. OLE color: 2493288.

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

Color convert

RGB 104 11 38 -
CMYK 0 0.89 0.63 0.59
HSL 342.58º 0.81% 0.23% -
HSV(B) 342.58º 0.89% 0.41% -
XYZ 6.18 3.32 2.15 -
YUV 41.89 125.81 172.3 -
System Red Green Blue C M Y K H S L
Decimal 104 11 38 0 0.89 0.63 0.59 342.58 0.81 0.23
Hex 68 B 26 0 59 3F 3B 157 51 17
Octal 150 13 46 0 131 77 73 527 121 27
Binary 1101000 1011 100110 0 1011001 111111 111011 101010111 1010001 10111

Color Harmonies of #680B26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B26

Black with #680B26

Text Example


Text Example

White with #680B26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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