Html Css Color HEX #68080A Pohutukawa

📋 copy color: '#68080A'

red 104 ◦ green 8 ◦ blue 10

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

Shades of Pohutukawa #68080A

Tints of Pohutukawa #68080A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.56%

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

R = 85.25%
G = 6.56%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#68080A (or 0x68080A) is known color: Pohutukawa. HEX triplet: 68, 08 and 0A. RGB value is (104,8,10). Sum of RGB (Red+Green+Blue) = 104+8+10=122 (16% of max value = 765). Red value is 104 (41.02% from 255 or 85.25% from 122); Green value is 8 (3.52% from 255 or 6.56% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 104 - color contains mainly: red. Hex color #68080A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68080A is #97F7F5. Grayscale: #252525. Windows color (decimal): -9959414 or 657512. OLE color: 657512.

HSL color Cylindrical-coordinate representation of color #68080A: hue angle of 358.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68080A is Cyan = 0, Magento = 0.92, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 8 10 -
CMYK 0 0.92 0.90 0.59
HSL 358.75º 0.86% 0.22% -
HSV(B) 358.75º 0.92% 0.41% -
XYZ 5.85 3.14 0.58 -
YUV 36.93 112.8 175.84 -
System Red Green Blue C M Y K H S L
Decimal 104 8 10 0 0.92 0.90 0.59 358.75 0.86 0.22
Hex 68 8 A 0 5C 5A 3B 167 56 16
Octal 150 10 12 0 134 132 73 547 126 26
Binary 1101000 1000 1010 0 1011100 1011010 111011 101100111 1010110 10110

Color Harmonies of #68080A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68080A

Black with #68080A

Text Example


Text Example

White with #68080A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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