Html Css Color HEX #681517 Pohutukawa

📋 copy color: '#681517'

red 104 ◦ green 21 ◦ blue 23

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

Shades of Pohutukawa #681517

Tints of Pohutukawa #681517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 14.19%

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

R = 70.27%
G = 14.19%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#681517 (or 0x681517) is known color: Pohutukawa. HEX triplet: 68, 15 and 17. RGB value is (104,21,23). Sum of RGB (Red+Green+Blue) = 104+21+23=148 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.27% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 23 (9.38% from 255 or 15.54% from 148); Max value from RGB is 104 - color contains mainly: red. Hex color #681517 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681517 is #97EAE8. Grayscale: #2E2E2E. Windows color (decimal): -9956073 or 1512808. OLE color: 1512808.

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

Color convert

RGB 104 21 23 -
CMYK 0 0.80 0.78 0.59
HSL 358.55º 0.66% 0.25% -
HSV(B) 358.55º 0.8% 0.41% -
XYZ 6.13 3.54 1.17 -
YUV 46.05 115 169.34 -
System Red Green Blue C M Y K H S L
Decimal 104 21 23 0 0.80 0.78 0.59 358.55 0.66 0.25
Hex 68 15 17 0 50 4E 3B 167 42 19
Octal 150 25 27 0 120 116 73 547 102 31
Binary 1101000 10101 10111 0 1010000 1001110 111011 101100111 1000010 11001

Color Harmonies of #681517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #681517

Black with #681517

Text Example


Text Example

White with #681517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #681517; }

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

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

background-color css

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

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

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

border-color css

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

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

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