Html Css Color HEX #681016 Pohutukawa

📋 copy color: '#681016'

red 104 ◦ green 16 ◦ blue 22

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

Shades of Pohutukawa #681016

Tints of Pohutukawa #681016

RGB

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

 GREEN value IS 16 (6.64% from 255) = 11.27%

 BLUE value IS 22 (8.98% from 255) = 15.49%

R = 73.24%
G = 11.27%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#681016 (or 0x681016) is known color: Pohutukawa. HEX triplet: 68, 10 and 16. RGB value is (104,16,22). Sum of RGB (Red+Green+Blue) = 104+16+22=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 16 (6.64% from 255 or 11.27% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681016 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681016 is #97EFE9. Grayscale: #2B2B2B. Windows color (decimal): -9957354 or 1445992. OLE color: 1445992.

HSL color Cylindrical-coordinate representation of color #681016: hue angle of 355.91º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #681016 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 22 -
CMYK 0 0.85 0.79 0.59
HSL 355.91º 0.73% 0.24% -
HSV(B) 355.91º 0.85% 0.41% -
XYZ 6.04 3.37 1.09 -
YUV 43 116.15 171.51 -
System Red Green Blue C M Y K H S L
Decimal 104 16 22 0 0.85 0.79 0.59 355.91 0.73 0.24
Hex 68 10 16 0 55 4F 3B 164 49 18
Octal 150 20 26 0 125 117 73 544 111 30
Binary 1101000 10000 10110 0 1010101 1001111 111011 101100100 1001001 11000

Color Harmonies of #681016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681016

Black with #681016

Text Example


Text Example

White with #681016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681016; }

 p { color: rgb(104,16,22); }

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

background-color css

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

 a { background-color: rgb(104,16,22); }

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

border-color css

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

 span { border-color: rgb(104,16,22); }

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