Html Css Color HEX #681117 Pohutukawa

📋 copy color: '#681117'

red 104 ◦ green 17 ◦ blue 23

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

Shades of Pohutukawa #681117

Tints of Pohutukawa #681117

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.81%

 BLUE value IS 23 (9.38% from 255) = 15.97%

R = 72.22%
G = 11.81%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681117 (or 0x681117) is known color: Pohutukawa. HEX triplet: 68, 11 and 17. RGB value is (104,17,23). Sum of RGB (Red+Green+Blue) = 104+17+23=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681117 is #97EEE8. Grayscale: #2B2B2B. Windows color (decimal): -9957097 or 1511784. OLE color: 1511784.

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

Color convert

RGB 104 17 23 -
CMYK 0 0.84 0.78 0.59
HSL 355.86º 0.72% 0.24% -
HSV(B) 355.86º 0.84% 0.41% -
XYZ 6.06 3.41 1.15 -
YUV 43.7 116.32 171.01 -
System Red Green Blue C M Y K H S L
Decimal 104 17 23 0 0.84 0.78 0.59 355.86 0.72 0.24
Hex 68 11 17 0 54 4E 3B 164 48 18
Octal 150 21 27 0 124 116 73 544 110 30
Binary 1101000 10001 10111 0 1010100 1001110 111011 101100100 1001000 11000

Color Harmonies of #681117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681117

Black with #681117

Text Example


Text Example

White with #681117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681117; }

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

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

background-color css

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

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

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

border-color css

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

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

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