Html Css Color HEX #6A112A Pohutukawa

📋 copy color: '#6A112A'

red 106 ◦ green 17 ◦ blue 42

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

Shades of Pohutukawa #6A112A

Tints of Pohutukawa #6A112A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.3%

 BLUE value IS 42 (16.8% from 255) = 25.45%

R = 64.24%
G = 10.3%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.58

RGB Variations

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

Color information

#6A112A (or 0x6A112A) is known color: Pohutukawa. HEX triplet: 6A, 11 and 2A. RGB value is (106,17,42). Sum of RGB (Red+Green+Blue) = 106+17+42=165 (21% of max value = 765). Red value is 106 (41.80% from 255 or 64.24% from 165); Green value is 17 (7.03% from 255 or 10.30% from 165); Blue value is 42 (16.80% from 255 or 25.45% from 165); Max value from RGB is 106 - color contains mainly: red. Hex color #6A112A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A112A is #95EED5. Grayscale: #2E2E2E. Windows color (decimal): -9826006 or 2756970. OLE color: 2756970.

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

Color convert

RGB 106 17 42 -
CMYK 0 0.84 0.60 0.58
HSL 343.15º 0.72% 0.24% -
HSV(B) 343.15º 0.84% 0.42% -
XYZ 6.56 3.63 2.55 -
YUV 46.46 125.49 170.47 -
System Red Green Blue C M Y K H S L
Decimal 106 17 42 0 0.84 0.60 0.58 343.15 0.72 0.24
Hex 6A 11 2A 0 54 3C 3A 157 48 18
Octal 152 21 52 0 124 74 72 527 110 30
Binary 1101010 10001 101010 0 1010100 111100 111010 101010111 1001000 11000

Color Harmonies of #6A112A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A112A

Black with #6A112A

Text Example


Text Example

White with #6A112A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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