Html Css Color HEX #6A181A Pohutukawa

📋 copy color: '#6A181A'

red 106 ◦ green 24 ◦ blue 26

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

Shades of Pohutukawa #6A181A

Tints of Pohutukawa #6A181A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.38%

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

R = 67.95%
G = 15.38%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#6A181A (or 0x6A181A) is known color: Pohutukawa. HEX triplet: 6A, 18 and 1A. RGB value is (106,24,26). Sum of RGB (Red+Green+Blue) = 106+24+26=156 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.95% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 106 - color contains mainly: red. Hex color #6A181A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A181A is #95E7E5. Grayscale: #303030. Windows color (decimal): -9824230 or 1710186. OLE color: 1710186.

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

Color convert

RGB 106 24 26 -
CMYK 0 0.77 0.75 0.58
HSL 358.54º 0.63% 0.25% -
HSV(B) 358.54º 0.77% 0.42% -
XYZ 6.46 3.79 1.37 -
YUV 48.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 106 24 26 0 0.77 0.75 0.58 358.54 0.63 0.25
Hex 6A 18 1A 0 4D 4B 3A 167 3F 19
Octal 152 30 32 0 115 113 72 547 77 31
Binary 1101010 11000 11010 0 1001101 1001011 111010 101100111 111111 11001

Color Harmonies of #6A181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A181A

Black with #6A181A

Text Example


Text Example

White with #6A181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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