Html Css Color HEX #6A090D Pohutukawa

📋 copy color: '#6A090D'

red 106 ◦ green 9 ◦ blue 13

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

Shades of Pohutukawa #6A090D

Tints of Pohutukawa #6A090D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.03%

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

R = 82.81%
G = 7.03%
B = 10.16%

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

#6A090D (or 0x6A090D) is known color: Pohutukawa. HEX triplet: 6A, 09 and 0D. RGB value is (106,9,13). Sum of RGB (Red+Green+Blue) = 106+9+13=128 (16% of max value = 765). Red value is 106 (41.80% from 255 or 82.81% from 128); Green value is 9 (3.91% from 255 or 7.03% from 128); Blue value is 13 (5.47% from 255 or 10.16% from 128); Max value from RGB is 106 - color contains mainly: red. Hex color #6A090D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #6A090D is #95F6F2. Grayscale: #262626. Windows color (decimal): -9828083 or 854378. OLE color: 854378.

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

Color convert

RGB 106 9 13 -
CMYK 0 0.92 0.88 0.58
HSL 357.53º 0.84% 0.23% -
HSV(B) 357.53º 0.92% 0.42% -
XYZ 6.11 3.29 0.69 -
YUV 38.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 106 9 13 0 0.92 0.88 0.58 357.53 0.84 0.23
Hex 6A 9 D 0 5C 58 3A 166 54 17
Octal 152 11 15 0 134 130 72 546 124 27
Binary 1101010 1001 1101 0 1011100 1011000 111010 101100110 1010100 10111

Color Harmonies of #6A090D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A090D

Black with #6A090D

Text Example


Text Example

White with #6A090D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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