Html Css Color HEX #68090A Pohutukawa

📋 copy color: '#68090A'

red 104 ◦ green 9 ◦ blue 10

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

Shades of Pohutukawa #68090A

Tints of Pohutukawa #68090A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 84.55%
G = 7.32%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68090A (or 0x68090A) is known color: Pohutukawa. HEX triplet: 68, 09 and 0A. RGB value is (104,9,10). Sum of RGB (Red+Green+Blue) = 104+9+10=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68090A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68090A is #97F6F5. Grayscale: #252525. Windows color (decimal): -9959158 or 657768. OLE color: 657768.

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

Color convert

RGB 104 9 10 -
CMYK 0 0.91 0.90 0.59
HSL 359.37º 0.84% 0.22% -
HSV(B) 359.37º 0.91% 0.41% -
XYZ 5.86 3.16 0.59 -
YUV 37.52 112.47 175.42 -
System Red Green Blue C M Y K H S L
Decimal 104 9 10 0 0.91 0.90 0.59 359.37 0.84 0.22
Hex 68 9 A 0 5B 5A 3B 167 54 16
Octal 150 11 12 0 133 132 73 547 124 26
Binary 1101000 1001 1010 0 1011011 1011010 111011 101100111 1010100 10110

Color Harmonies of #68090A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68090A

Black with #68090A

Text Example


Text Example

White with #68090A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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