Html Css Color HEX #680F24 Pohutukawa

📋 copy color: '#680F24'

red 104 ◦ green 15 ◦ blue 36

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

Shades of Pohutukawa #680F24

Tints of Pohutukawa #680F24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.23%

R = 67.1%
G = 9.68%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#680F24 (or 0x680F24) is known color: Pohutukawa. HEX triplet: 68, 0F and 24. RGB value is (104,15,36). Sum of RGB (Red+Green+Blue) = 104+15+36=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680F24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680F24 is #97F0DB. Grayscale: #2C2C2C. Windows color (decimal): -9957596 or 2363240. OLE color: 2363240.

HSL color Cylindrical-coordinate representation of color #680F24: hue angle of 345.84º 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 #680F24 is Cyan = 0, Magento = 0.86, Yellow = 0.65 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 15 36 -
CMYK 0 0.86 0.65 0.59
HSL 345.84º 0.75% 0.23% -
HSV(B) 345.84º 0.86% 0.41% -
XYZ 6.2 3.41 2 -
YUV 44.01 123.49 170.79 -
System Red Green Blue C M Y K H S L
Decimal 104 15 36 0 0.86 0.65 0.59 345.84 0.75 0.23
Hex 68 F 24 0 56 41 3B 15A 4B 17
Octal 150 17 44 0 126 101 73 532 113 27
Binary 1101000 1111 100100 0 1010110 1000001 111011 101011010 1001011 10111

Color Harmonies of #680F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680F24

Black with #680F24

Text Example


Text Example

White with #680F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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