Html Css Color HEX #6A1026 Pohutukawa

📋 copy color: '#6A1026'

red 106 ◦ green 16 ◦ blue 38

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

Shades of Pohutukawa #6A1026

Tints of Pohutukawa #6A1026

RGB

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

 GREEN value IS 16 (6.64% from 255) = 10%

 BLUE value IS 38 (15.23% from 255) = 23.75%

R = 66.25%
G = 10%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.58

RGB Variations

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

Color information

#6A1026 (or 0x6A1026) is known color: Pohutukawa. HEX triplet: 6A, 10 and 26. RGB value is (106,16,38). Sum of RGB (Red+Green+Blue) = 106+16+38=160 (21% of max value = 765). Red value is 106 (41.80% from 255 or 66.25% from 160); Green value is 16 (6.64% from 255 or 10% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 106 - color contains mainly: red. Hex color #6A1026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A1026 is #95EFD9. Grayscale: #2D2D2D. Windows color (decimal): -9826266 or 2494570. OLE color: 2494570.

HSL color Cylindrical-coordinate representation of color #6A1026: hue angle of 345.33º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #6A1026 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 16 38 -
CMYK 0 0.85 0.64 0.58
HSL 345.33º 0.74% 0.24% -
HSV(B) 345.33º 0.85% 0.42% -
XYZ 6.48 3.57 2.18 -
YUV 45.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 106 16 38 0 0.85 0.64 0.58 345.33 0.74 0.24
Hex 6A 10 26 0 55 40 3A 159 4A 18
Octal 152 20 46 0 125 100 72 531 112 30
Binary 1101010 10000 100110 0 1010101 1000000 111010 101011001 1001010 11000

Color Harmonies of #6A1026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A1026

Black with #6A1026

Text Example


Text Example

White with #6A1026

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,16,38); }

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

background-color css

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

 a { background-color: rgb(106,16,38); }

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

border-color css

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

 span { border-color: rgb(106,16,38); }

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