Html Css Color HEX #68090C Pohutukawa

📋 copy color: '#68090C'

red 104 ◦ green 9 ◦ blue 12

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

Shades of Pohutukawa #68090C

Tints of Pohutukawa #68090C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.6%

R = 83.2%
G = 7.2%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68090C (or 0x68090C) is known color: Pohutukawa. HEX triplet: 68, 09 and 0C. RGB value is (104,9,12). Sum of RGB (Red+Green+Blue) = 104+9+12=125 (16% of max value = 765). Red value is 104 (41.02% from 255 or 83.2% from 125); Green value is 9 (3.91% from 255 or 7.2% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 104 - color contains mainly: red. Hex color #68090C is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090C is #97F6F3. Grayscale: #252525. Windows color (decimal): -9959156 or 788840. OLE color: 788840.

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

Color convert

RGB 104 9 12 -
CMYK 0 0.91 0.88 0.59
HSL 358.11º 0.84% 0.22% -
HSV(B) 358.11º 0.91% 0.41% -
XYZ 5.87 3.16 0.65 -
YUV 37.75 113.47 175.26 -
System Red Green Blue C M Y K H S L
Decimal 104 9 12 0 0.91 0.88 0.59 358.11 0.84 0.22
Hex 68 9 C 0 5B 58 3B 166 54 16
Octal 150 11 14 0 133 130 73 546 124 26
Binary 1101000 1001 1100 0 1011011 1011000 111011 101100110 1010100 10110

Color Harmonies of #68090C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090C

Black with #68090C

Text Example


Text Example

White with #68090C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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