Html Css Color HEX #680C1A Pohutukawa

📋 copy color: '#680C1A'

red 104 ◦ green 12 ◦ blue 26

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

Shades of Pohutukawa #680C1A

Tints of Pohutukawa #680C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.31%

R = 73.24%
G = 8.45%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.75

 K value IS 0.59

RGB Variations

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

Color information

#680C1A (or 0x680C1A) is known color: Pohutukawa. HEX triplet: 68, 0C and 1A. RGB value is (104,12,26). Sum of RGB (Red+Green+Blue) = 104+12+26=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 12 (5.08% from 255 or 8.45% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #680C1A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680C1A is #97F3E5. Grayscale: #292929. Windows color (decimal): -9958374 or 1707112. OLE color: 1707112.

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

Color convert

RGB 104 12 26 -
CMYK 0 0.88 0.75 0.59
HSL 350.87º 0.79% 0.23% -
HSV(B) 350.87º 0.88% 0.41% -
XYZ 6.03 3.28 1.29 -
YUV 41.1 119.48 172.86 -
System Red Green Blue C M Y K H S L
Decimal 104 12 26 0 0.88 0.75 0.59 350.87 0.79 0.23
Hex 68 C 1A 0 58 4B 3B 15F 4F 17
Octal 150 14 32 0 130 113 73 537 117 27
Binary 1101000 1100 11010 0 1011000 1001011 111011 101011111 1001111 10111

Color Harmonies of #680C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680C1A

Black with #680C1A

Text Example


Text Example

White with #680C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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