Html Css Color HEX #6A080D Pohutukawa

📋 copy color: '#6A080D'

red 106 ◦ green 8 ◦ blue 13

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

Shades of Pohutukawa #6A080D

Tints of Pohutukawa #6A080D

RGB

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

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

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

R = 83.46%
G = 6.3%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.88

 K value IS 0.58

RGB Variations

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

Color information

#6A080D (or 0x6A080D) is known color: Pohutukawa. HEX triplet: 6A, 08 and 0D. RGB value is (106,8,13). Sum of RGB (Red+Green+Blue) = 106+8+13=127 (16% of max value = 765). Red value is 106 (41.80% from 255 or 83.46% from 127); Green value is 8 (3.52% from 255 or 6.30% from 127); Blue value is 13 (5.47% from 255 or 10.24% from 127); Max value from RGB is 106 - color contains mainly: red. Hex color #6A080D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A080D is #95F7F2. Grayscale: #252525. Windows color (decimal): -9828339 or 854122. OLE color: 854122.

HSL color Cylindrical-coordinate representation of color #6A080D: hue angle of 356.94º 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 #6A080D is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 13 -
CMYK 0 0.92 0.88 0.58
HSL 356.94º 0.86% 0.22% -
HSV(B) 356.94º 0.92% 0.42% -
XYZ 6.1 3.27 0.69 -
YUV 37.87 113.97 176.59 -
System Red Green Blue C M Y K H S L
Decimal 106 8 13 0 0.92 0.88 0.58 356.94 0.86 0.22
Hex 6A 8 D 0 5C 58 3A 165 56 16
Octal 152 10 15 0 134 130 72 545 126 26
Binary 1101010 1000 1101 0 1011100 1011000 111010 101100101 1010110 10110

Color Harmonies of #6A080D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A080D

Black with #6A080D

Text Example


Text Example

White with #6A080D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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