Html Css Color HEX #681926 Pohutukawa

📋 copy color: '#681926'

red 104 ◦ green 25 ◦ blue 38

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

Shades of Pohutukawa #681926

Tints of Pohutukawa #681926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.97%

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

R = 62.28%
G = 14.97%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#681926 (or 0x681926) is known color: Pohutukawa. HEX triplet: 68, 19 and 26. RGB value is (104,25,38). Sum of RGB (Red+Green+Blue) = 104+25+38=167 (22% of max value = 765). Red value is 104 (41.02% from 255 or 62.28% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 38 (15.23% from 255 or 22.75% from 167); Max value from RGB is 104 - color contains mainly: red. Hex color #681926 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681926 is #97E6D9. Grayscale: #323232. Windows color (decimal): -9955034 or 2496872. OLE color: 2496872.

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

Color convert

RGB 104 25 38 -
CMYK 0 0.76 0.63 0.59
HSL 350.13º 0.61% 0.25% -
HSV(B) 350.13º 0.76% 0.41% -
XYZ 6.41 3.78 2.23 -
YUV 50.1 121.17 166.44 -
System Red Green Blue C M Y K H S L
Decimal 104 25 38 0 0.76 0.63 0.59 350.13 0.61 0.25
Hex 68 19 26 0 4C 3F 3B 15E 3D 19
Octal 150 31 46 0 114 77 73 536 75 31
Binary 1101000 11001 100110 0 1001100 111111 111011 101011110 111101 11001

Color Harmonies of #681926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681926

Black with #681926

Text Example


Text Example

White with #681926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681926; }

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

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

background-color css

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

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

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

border-color css

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

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

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