Html Css Color HEX #681011 Pohutukawa

📋 copy color: '#681011'

red 104 ◦ green 16 ◦ blue 17

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

Shades of Pohutukawa #681011

Tints of Pohutukawa #681011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.41%

R = 75.91%
G = 11.68%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#681011 (or 0x681011) is known color: Pohutukawa. HEX triplet: 68, 10 and 11. RGB value is (104,16,17). Sum of RGB (Red+Green+Blue) = 104+16+17=137 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.91% from 137); Green value is 16 (6.64% from 255 or 11.68% from 137); Blue value is 17 (7.03% from 255 or 12.41% from 137); Max value from RGB is 104 - color contains mainly: red. Hex color #681011 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681011 is #97EFEE. Grayscale: #2A2A2A. Windows color (decimal): -9957359 or 1118312. OLE color: 1118312.

HSL color Cylindrical-coordinate representation of color #681011: hue angle of 359.32º 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 #681011 is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 16 17 -
CMYK 0 0.85 0.84 0.59
HSL 359.32º 0.73% 0.24% -
HSV(B) 359.32º 0.85% 0.41% -
XYZ 6 3.35 0.86 -
YUV 42.43 113.65 171.92 -
System Red Green Blue C M Y K H S L
Decimal 104 16 17 0 0.85 0.84 0.59 359.32 0.73 0.24
Hex 68 10 11 0 55 54 3B 167 49 18
Octal 150 20 21 0 125 124 73 547 111 30
Binary 1101000 10000 10001 0 1010101 1010100 111011 101100111 1001001 11000

Color Harmonies of #681011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681011

Black with #681011

Text Example


Text Example

White with #681011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681011; }

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

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

background-color css

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

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

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

border-color css

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

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

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