Html Css Color HEX #680C17 Pohutukawa

📋 copy color: '#680C17'

red 104 ◦ green 12 ◦ blue 23

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

Shades of Pohutukawa #680C17

Tints of Pohutukawa #680C17

RGB

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

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

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

R = 74.82%
G = 8.63%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.59

RGB Variations

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

Color information

#680C17 (or 0x680C17) is known color: Pohutukawa. HEX triplet: 68, 0C and 17. RGB value is (104,12,23). Sum of RGB (Red+Green+Blue) = 104+12+23=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 12 (5.08% from 255 or 8.63% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #680C17 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680C17 is #97F3E8. Grayscale: #282828. Windows color (decimal): -9958377 or 1510504. OLE color: 1510504.

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

Color convert

RGB 104 12 23 -
CMYK 0 0.88 0.78 0.59
HSL 352.83º 0.79% 0.23% -
HSV(B) 352.83º 0.88% 0.41% -
XYZ 6 3.27 1.13 -
YUV 40.76 117.98 173.11 -
System Red Green Blue C M Y K H S L
Decimal 104 12 23 0 0.88 0.78 0.59 352.83 0.79 0.23
Hex 68 C 17 0 58 4E 3B 161 4F 17
Octal 150 14 27 0 130 116 73 541 117 27
Binary 1101000 1100 10111 0 1011000 1001110 111011 101100001 1001111 10111

Color Harmonies of #680C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C17

Black with #680C17

Text Example


Text Example

White with #680C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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