Html Css Color HEX #68090F Pohutukawa

📋 copy color: '#68090F'

red 104 ◦ green 9 ◦ blue 15

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

Shades of Pohutukawa #68090F

Tints of Pohutukawa #68090F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 81.25%
G = 7.03%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#68090F (or 0x68090F) is known color: Pohutukawa. HEX triplet: 68, 09 and 0F. RGB value is (104,9,15). Sum of RGB (Red+Green+Blue) = 104+9+15=128 (16% of max value = 765). Red value is 104 (41.02% from 255 or 81.25% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 104 - color contains mainly: red. Hex color #68090F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090F is #97F6F0. Grayscale: #262626. Windows color (decimal): -9959153 or 985448. OLE color: 985448.

HSL color Cylindrical-coordinate representation of color #68090F: hue angle of 356.21º 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 #68090F is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 9 15 -
CMYK 0 0.91 0.86 0.59
HSL 356.21º 0.84% 0.22% -
HSV(B) 356.21º 0.91% 0.41% -
XYZ 5.89 3.17 0.75 -
YUV 38.09 114.97 175.01 -
System Red Green Blue C M Y K H S L
Decimal 104 9 15 0 0.91 0.86 0.59 356.21 0.84 0.22
Hex 68 9 F 0 5B 56 3B 164 54 16
Octal 150 11 17 0 133 126 73 544 124 26
Binary 1101000 1001 1111 0 1011011 1010110 111011 101100100 1010100 10110

Color Harmonies of #68090F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090F

Black with #68090F

Text Example


Text Example

White with #68090F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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