Html Css Color HEX #680F19 Pohutukawa

📋 copy color: '#680F19'

red 104 ◦ green 15 ◦ blue 25

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

Shades of Pohutukawa #680F19

Tints of Pohutukawa #680F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 10.42%

 BLUE value IS 25 (10.16% from 255) = 17.36%

R = 72.22%
G = 10.42%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.59

RGB Variations

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

Color information

#680F19 (or 0x680F19) is known color: Pohutukawa. HEX triplet: 68, 0F and 19. RGB value is (104,15,25). Sum of RGB (Red+Green+Blue) = 104+15+25=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 15 (6.25% from 255 or 10.42% from 144); Blue value is 25 (10.16% from 255 or 17.36% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #680F19 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680F19 is #97F0E6. Grayscale: #2A2A2A. Windows color (decimal): -9957607 or 1642344. OLE color: 1642344.

HSL color Cylindrical-coordinate representation of color #680F19: hue angle of 353.26º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #680F19 is Cyan = 0, Magento = 0.86, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 15 25 -
CMYK 0 0.86 0.76 0.59
HSL 353.26º 0.75% 0.23% -
HSV(B) 353.26º 0.86% 0.41% -
XYZ 6.06 3.35 1.25 -
YUV 42.75 117.99 171.69 -
System Red Green Blue C M Y K H S L
Decimal 104 15 25 0 0.86 0.76 0.59 353.26 0.75 0.23
Hex 68 F 19 0 56 4C 3B 161 4B 17
Octal 150 17 31 0 126 114 73 541 113 27
Binary 1101000 1111 11001 0 1010110 1001100 111011 101100001 1001011 10111

Color Harmonies of #680F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F19

Black with #680F19

Text Example


Text Example

White with #680F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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