Html Css Color HEX #6A151A Pohutukawa

📋 copy color: '#6A151A'

red 106 ◦ green 21 ◦ blue 26

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

Shades of Pohutukawa #6A151A

Tints of Pohutukawa #6A151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 26 (10.55% from 255) = 16.99%

R = 69.28%
G = 13.73%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A151A (or 0x6A151A) is known color: Pohutukawa. HEX triplet: 6A, 15 and 1A. RGB value is (106,21,26). Sum of RGB (Red+Green+Blue) = 106+21+26=153 (20% of max value = 765). Red value is 106 (41.80% from 255 or 69.28% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 106 - color contains mainly: red. Hex color #6A151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A151A is #95EAE5. Grayscale: #2F2F2F. Windows color (decimal): -9824998 or 1709418. OLE color: 1709418.

HSL color Cylindrical-coordinate representation of color #6A151A: hue angle of 356.47º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6A151A is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 21 26 -
CMYK 0 0.80 0.75 0.58
HSL 356.47º 0.67% 0.25% -
HSV(B) 356.47º 0.8% 0.42% -
XYZ 6.4 3.68 1.35 -
YUV 46.99 116.16 170.09 -
System Red Green Blue C M Y K H S L
Decimal 106 21 26 0 0.80 0.75 0.58 356.47 0.67 0.25
Hex 6A 15 1A 0 50 4B 3A 164 43 19
Octal 152 25 32 0 120 113 72 544 103 31
Binary 1101010 10101 11010 0 1010000 1001011 111010 101100100 1000011 11001

Color Harmonies of #6A151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A151A

Black with #6A151A

Text Example


Text Example

White with #6A151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,21,26); }

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

background-color css

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

 a { background-color: rgb(106,21,26); }

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

border-color css

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

 span { border-color: rgb(106,21,26); }

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