Html Css Color HEX #68060D Pohutukawa

📋 copy color: '#68060D'

red 104 ◦ green 6 ◦ blue 13

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

Shades of Pohutukawa #68060D

Tints of Pohutukawa #68060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.57%

R = 84.55%
G = 4.88%
B = 10.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.59

RGB Variations

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

Color information

#68060D (or 0x68060D) is known color: Pohutukawa. HEX triplet: 68, 06 and 0D. RGB value is (104,6,13). Sum of RGB (Red+Green+Blue) = 104+6+13=123 (16% of max value = 765). Red value is 104 (41.02% from 255 or 84.55% from 123); Green value is 6 (2.73% from 255 or 4.88% from 123); Blue value is 13 (5.47% from 255 or 10.57% from 123); Max value from RGB is 104 - color contains mainly: red. Hex color #68060D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #68060D is #97F9F2. Grayscale: #242424. Windows color (decimal): -9959923 or 853608. OLE color: 853608.

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

Color convert

RGB 104 6 13 -
CMYK 0 0.94 0.88 0.59
HSL 355.71º 0.89% 0.22% -
HSV(B) 355.71º 0.94% 0.41% -
XYZ 5.85 3.1 0.67 -
YUV 36.1 114.97 176.43 -
System Red Green Blue C M Y K H S L
Decimal 104 6 13 0 0.94 0.88 0.59 355.71 0.89 0.22
Hex 68 6 D 0 5E 58 3B 164 59 16
Octal 150 6 15 0 136 130 73 544 131 26
Binary 1101000 110 1101 0 1011110 1011000 111011 101100100 1011001 10110

Color Harmonies of #68060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #68060D

Black with #68060D

Text Example


Text Example

White with #68060D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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