Html Css Color HEX #680B18 Pohutukawa

📋 copy color: '#680B18'

red 104 ◦ green 11 ◦ blue 24

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

Shades of Pohutukawa #680B18

Tints of Pohutukawa #680B18

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.91%

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 74.82%
G = 7.91%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#680B18 (or 0x680B18) is known color: Pohutukawa. HEX triplet: 68, 0B and 18. RGB value is (104,11,24). Sum of RGB (Red+Green+Blue) = 104+11+24=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 11 (4.69% from 255 or 7.91% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #680B18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B18 is #97F4E7. Grayscale: #282828. Windows color (decimal): -9958632 or 1575784. OLE color: 1575784.

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

Color convert

RGB 104 11 24 -
CMYK 0 0.89 0.77 0.59
HSL 351.61º 0.81% 0.23% -
HSV(B) 351.61º 0.89% 0.41% -
XYZ 5.99 3.25 1.18 -
YUV 40.29 118.81 173.44 -
System Red Green Blue C M Y K H S L
Decimal 104 11 24 0 0.89 0.77 0.59 351.61 0.81 0.23
Hex 68 B 18 0 59 4D 3B 160 51 17
Octal 150 13 30 0 131 115 73 540 121 27
Binary 1101000 1011 11000 0 1011001 1001101 111011 101100000 1010001 10111

Color Harmonies of #680B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680B18

Black with #680B18

Text Example


Text Example

White with #680B18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,11,24); }

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

background-color css

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

 a { background-color: rgb(104,11,24); }

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

border-color css

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

 span { border-color: rgb(104,11,24); }

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