Html Css Color HEX #6A0811 Pohutukawa

📋 copy color: '#6A0811'

red 106 ◦ green 8 ◦ blue 17

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

Shades of Pohutukawa #6A0811

Tints of Pohutukawa #6A0811

RGB

 RED value IS 106 (41.8% from 255) = 80.92%

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 80.92%
G = 6.11%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.58

RGB Variations

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

Color information

#6A0811 (or 0x6A0811) is known color: Pohutukawa. HEX triplet: 6A, 08 and 11. RGB value is (106,8,17). Sum of RGB (Red+Green+Blue) = 106+8+17=131 (17% of max value = 765). Red value is 106 (41.80% from 255 or 80.92% from 131); Green value is 8 (3.52% from 255 or 6.11% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0811 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A0811 is #95F7EE. Grayscale: #262626. Windows color (decimal): -9828335 or 1116266. OLE color: 1116266.

HSL color Cylindrical-coordinate representation of color #6A0811: hue angle of 354.49º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0811 is Cyan = 0, Magento = 0.92, Yellow = 0.84 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 17 -
CMYK 0 0.92 0.84 0.58
HSL 354.49º 0.86% 0.22% -
HSV(B) 354.49º 0.92% 0.42% -
XYZ 6.13 3.28 0.84 -
YUV 38.33 115.97 176.27 -
System Red Green Blue C M Y K H S L
Decimal 106 8 17 0 0.92 0.84 0.58 354.49 0.86 0.22
Hex 6A 8 11 0 5C 54 3A 162 56 16
Octal 152 10 21 0 134 124 72 542 126 26
Binary 1101010 1000 10001 0 1011100 1010100 111010 101100010 1010110 10110

Color Harmonies of #6A0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0811

Black with #6A0811

Text Example


Text Example

White with #6A0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A0811; }

 p { color: rgb(106,8,17); }

 H1.HeaderClassName
 {
   color: #6A0811;
 }
 .AnyTagClassName
 {
   color: #6A0811;
 }
</style>

background-color css

<style>
 a { background-color: #6A0811; }

 a { background-color: rgb(106,8,17); }

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

border-color css

<style>
 span { border-color: #6A0811; }

 span { border-color: rgb(106,8,17); }

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