Html Css Color HEX #68060A Pohutukawa

📋 copy color: '#68060A'

red 104 ◦ green 6 ◦ blue 10

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

Shades of Pohutukawa #68060A

Tints of Pohutukawa #68060A

RGB

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

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

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

R = 86.67%
G = 5%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68060A (or 0x68060A) is known color: Pohutukawa. HEX triplet: 68, 06 and 0A. RGB value is (104,6,10). Sum of RGB (Red+Green+Blue) = 104+6+10=120 (15% of max value = 765). Red value is 104 (41.02% from 255 or 86.67% from 120); Green value is 6 (2.73% from 255 or 5% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 104 - color contains mainly: red. Hex color #68060A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68060A is #97F9F5. Grayscale: #232323. Windows color (decimal): -9959926 or 657000. OLE color: 657000.

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

Color convert

RGB 104 6 10 -
CMYK 0 0.94 0.90 0.59
HSL 357.55º 0.89% 0.22% -
HSV(B) 357.55º 0.94% 0.41% -
XYZ 5.83 3.1 0.58 -
YUV 35.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 104 6 10 0 0.94 0.90 0.59 357.55 0.89 0.22
Hex 68 6 A 0 5E 5A 3B 166 59 16
Octal 150 6 12 0 136 132 73 546 131 26
Binary 1101000 110 1010 0 1011110 1011010 111011 101100110 1011001 10110

Color Harmonies of #68060A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68060A

Black with #68060A

Text Example


Text Example

White with #68060A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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