Html Css Color HEX #680E1D Pohutukawa

📋 copy color: '#680E1D'

red 104 ◦ green 14 ◦ blue 29

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

Shades of Pohutukawa #680E1D

Tints of Pohutukawa #680E1D

RGB

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

 GREEN value IS 14 (5.86% from 255) = 9.52%

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 70.75%
G = 9.52%
B = 19.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.59

RGB Variations

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

Color information

#680E1D (or 0x680E1D) is known color: Pohutukawa. HEX triplet: 68, 0E and 1D. RGB value is (104,14,29). Sum of RGB (Red+Green+Blue) = 104+14+29=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 14 (5.86% from 255 or 9.52% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #680E1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680E1D is #97F1E2. Grayscale: #2A2A2A. Windows color (decimal): -9957859 or 1904232. OLE color: 1904232.

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

Color convert

RGB 104 14 29 -
CMYK 0 0.87 0.72 0.59
HSL 350º 0.76% 0.23% -
HSV(B) 350º 0.87% 0.41% -
XYZ 6.09 3.35 1.49 -
YUV 42.62 120.32 171.78 -
System Red Green Blue C M Y K H S L
Decimal 104 14 29 0 0.87 0.72 0.59 350 0.76 0.23
Hex 68 E 1D 0 57 48 3B 15E 4C 17
Octal 150 16 35 0 127 110 73 536 114 27
Binary 1101000 1110 11101 0 1010111 1001000 111011 101011110 1001100 10111

Color Harmonies of #680E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680E1D

Black with #680E1D

Text Example


Text Example

White with #680E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,14,29); }

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

background-color css

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

 a { background-color: rgb(104,14,29); }

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

border-color css

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

 span { border-color: rgb(104,14,29); }

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