Html Css Color HEX #680615 Pohutukawa

📋 copy color: '#680615'

red 104 ◦ green 6 ◦ blue 21

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

Shades of Pohutukawa #680615

Tints of Pohutukawa #680615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.58%

 BLUE value IS 21 (8.59% from 255) = 16.03%

R = 79.39%
G = 4.58%
B = 16.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.59

RGB Variations

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

Color information

#680615 (or 0x680615) is known color: Pohutukawa. HEX triplet: 68, 06 and 15. RGB value is (104,6,21). Sum of RGB (Red+Green+Blue) = 104+6+21=131 (17% of max value = 765). Red value is 104 (41.02% from 255 or 79.39% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 21 (8.59% from 255 or 16.03% from 131); Max value from RGB is 104 - color contains mainly: red. Hex color #680615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680615 is #97F9EA. Grayscale: #252525. Windows color (decimal): -9959915 or 1377896. OLE color: 1377896.

HSL color Cylindrical-coordinate representation of color #680615: hue angle of 350.82º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #680615 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 6 21 -
CMYK 0 0.94 0.80 0.59
HSL 350.82º 0.89% 0.22% -
HSV(B) 350.82º 0.94% 0.41% -
XYZ 5.91 3.13 1 -
YUV 37.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 104 6 21 0 0.94 0.80 0.59 350.82 0.89 0.22
Hex 68 6 15 0 5E 50 3B 15F 59 16
Octal 150 6 25 0 136 120 73 537 131 26
Binary 1101000 110 10101 0 1011110 1010000 111011 101011111 1011001 10110

Color Harmonies of #680615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680615

Black with #680615

Text Example


Text Example

White with #680615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680615; }

 p { color: rgb(104,6,21); }

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

background-color css

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

 a { background-color: rgb(104,6,21); }

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

border-color css

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

 span { border-color: rgb(104,6,21); }

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