Html Css Color HEX #681726 Pohutukawa

📋 copy color: '#681726'

red 104 ◦ green 23 ◦ blue 38

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

Shades of Pohutukawa #681726

Tints of Pohutukawa #681726

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.94%

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

R = 63.03%
G = 13.94%
B = 23.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681726 (or 0x681726) is known color: Pohutukawa. HEX triplet: 68, 17 and 26. RGB value is (104,23,38). Sum of RGB (Red+Green+Blue) = 104+23+38=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 23 (9.38% from 255 or 13.94% from 165); Blue value is 38 (15.23% from 255 or 23.03% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #681726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681726 is #97E8D9. Grayscale: #303030. Windows color (decimal): -9955546 or 2496360. OLE color: 2496360.

HSL color Cylindrical-coordinate representation of color #681726: hue angle of 348.89º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681726 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 23 38 -
CMYK 0 0.78 0.63 0.59
HSL 348.89º 0.64% 0.25% -
HSV(B) 348.89º 0.78% 0.41% -
XYZ 6.37 3.7 2.21 -
YUV 48.93 121.84 167.28 -
System Red Green Blue C M Y K H S L
Decimal 104 23 38 0 0.78 0.63 0.59 348.89 0.64 0.25
Hex 68 17 26 0 4E 3F 3B 15D 40 19
Octal 150 27 46 0 116 77 73 535 100 31
Binary 1101000 10111 100110 0 1001110 111111 111011 101011101 1000000 11001

Color Harmonies of #681726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681726

Black with #681726

Text Example


Text Example

White with #681726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681726; }

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

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

background-color css

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

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

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

border-color css

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

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

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