Html Css Color HEX #680C24 Pohutukawa

📋 copy color: '#680C24'

red 104 ◦ green 12 ◦ blue 36

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

Shades of Pohutukawa #680C24

Tints of Pohutukawa #680C24

RGB

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

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

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

R = 68.42%
G = 7.89%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.65

 K value IS 0.59

RGB Variations

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

Color information

#680C24 (or 0x680C24) is known color: Pohutukawa. HEX triplet: 68, 0C and 24. RGB value is (104,12,36). Sum of RGB (Red+Green+Blue) = 104+12+36=152 (20% of max value = 765). Red value is 104 (41.02% from 255 or 68.42% from 152); Green value is 12 (5.08% from 255 or 7.89% from 152); Blue value is 36 (14.45% from 255 or 23.68% from 152); Max value from RGB is 104 - color contains mainly: red. Hex color #680C24 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C24 is #97F3DB. Grayscale: #2A2A2A. Windows color (decimal): -9958364 or 2362472. OLE color: 2362472.

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

Color convert

RGB 104 12 36 -
CMYK 0 0.88 0.65 0.59
HSL 344.35º 0.79% 0.23% -
HSV(B) 344.35º 0.88% 0.41% -
XYZ 6.16 3.33 1.99 -
YUV 42.24 124.48 172.05 -
System Red Green Blue C M Y K H S L
Decimal 104 12 36 0 0.88 0.65 0.59 344.35 0.79 0.23
Hex 68 C 24 0 58 41 3B 158 4F 17
Octal 150 14 44 0 130 101 73 530 117 27
Binary 1101000 1100 100100 0 1011000 1000001 111011 101011000 1001111 10111

Color Harmonies of #680C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C24

Black with #680C24

Text Example


Text Example

White with #680C24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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