Html Css Color HEX #68090E Pohutukawa

📋 copy color: '#68090E'

red 104 ◦ green 9 ◦ blue 14

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

Shades of Pohutukawa #68090E

Tints of Pohutukawa #68090E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.09%

 BLUE value IS 14 (5.86% from 255) = 11.02%

R = 81.89%
G = 7.09%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.59

RGB Variations

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

Color information

#68090E (or 0x68090E) is known color: Pohutukawa. HEX triplet: 68, 09 and 0E. RGB value is (104,9,14). Sum of RGB (Red+Green+Blue) = 104+9+14=127 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.89% from 127); Green value is 9 (3.91% from 255 or 7.09% from 127); Blue value is 14 (5.86% from 255 or 11.02% from 127); Max value from RGB is 104 - color contains mainly: red. Hex color #68090E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090E is #97F6F1. Grayscale: #262626. Windows color (decimal): -9959154 or 919912. OLE color: 919912.

HSL color Cylindrical-coordinate representation of color #68090E: hue angle of 356.84º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #68090E is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 14 -
CMYK 0 0.91 0.87 0.59
HSL 356.84º 0.84% 0.22% -
HSV(B) 356.84º 0.91% 0.41% -
XYZ 5.89 3.17 0.72 -
YUV 37.98 114.47 175.09 -
System Red Green Blue C M Y K H S L
Decimal 104 9 14 0 0.91 0.87 0.59 356.84 0.84 0.22
Hex 68 9 E 0 5B 57 3B 165 54 16
Octal 150 11 16 0 133 127 73 545 124 26
Binary 1101000 1001 1110 0 1011011 1010111 111011 101100101 1010100 10110

Color Harmonies of #68090E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090E

Black with #68090E

Text Example


Text Example

White with #68090E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #68090E; }

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

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

background-color css

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

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

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

border-color css

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

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

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