Html Css Color HEX #680C18 Pohutukawa

📋 copy color: '#680C18'

red 104 ◦ green 12 ◦ blue 24

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

Shades of Pohutukawa #680C18

Tints of Pohutukawa #680C18

RGB

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

 GREEN value IS 12 (5.08% from 255) = 8.57%

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

R = 74.29%
G = 8.57%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.77

 K value IS 0.59

RGB Variations

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

Color information

#680C18 (or 0x680C18) is known color: Pohutukawa. HEX triplet: 68, 0C and 18. RGB value is (104,12,24). Sum of RGB (Red+Green+Blue) = 104+12+24=140 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.29% from 140); Green value is 12 (5.08% from 255 or 8.57% from 140); Blue value is 24 (9.77% from 255 or 17.14% from 140); Max value from RGB is 104 - color contains mainly: red. Hex color #680C18 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C18 is #97F3E7. Grayscale: #282828. Windows color (decimal): -9958376 or 1576040. OLE color: 1576040.

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

Color convert

RGB 104 12 24 -
CMYK 0 0.88 0.77 0.59
HSL 352.17º 0.79% 0.23% -
HSV(B) 352.17º 0.88% 0.41% -
XYZ 6.01 3.27 1.18 -
YUV 40.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 104 12 24 0 0.88 0.77 0.59 352.17 0.79 0.23
Hex 68 C 18 0 58 4D 3B 160 4F 17
Octal 150 14 30 0 130 115 73 540 117 27
Binary 1101000 1100 11000 0 1011000 1001101 111011 101100000 1001111 10111

Color Harmonies of #680C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C18

Black with #680C18

Text Example


Text Example

White with #680C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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