Html Css Color HEX #6A171C Pohutukawa

📋 copy color: '#6A171C'

red 106 ◦ green 23 ◦ blue 28

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

Shades of Pohutukawa #6A171C

Tints of Pohutukawa #6A171C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.65%

 BLUE value IS 28 (11.33% from 255) = 17.83%

R = 67.52%
G = 14.65%
B = 17.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.58

RGB Variations

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

Color information

#6A171C (or 0x6A171C) is known color: Pohutukawa. HEX triplet: 6A, 17 and 1C. RGB value is (106,23,28). Sum of RGB (Red+Green+Blue) = 106+23+28=157 (20% of max value = 765). Red value is 106 (41.80% from 255 or 67.52% from 157); Green value is 23 (9.38% from 255 or 14.65% from 157); Blue value is 28 (11.33% from 255 or 17.83% from 157); Max value from RGB is 106 - color contains mainly: red. Hex color #6A171C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6A171C is #95E8E3. Grayscale: #303030. Windows color (decimal): -9824484 or 1841002. OLE color: 1841002.

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

Color convert

RGB 106 23 28 -
CMYK 0 0.78 0.74 0.58
HSL 356.39º 0.64% 0.25% -
HSV(B) 356.39º 0.78% 0.42% -
XYZ 6.46 3.76 1.48 -
YUV 48.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 106 23 28 0 0.78 0.74 0.58 356.39 0.64 0.25
Hex 6A 17 1C 0 4E 4A 3A 164 40 19
Octal 152 27 34 0 116 112 72 544 100 31
Binary 1101010 10111 11100 0 1001110 1001010 111010 101100100 1000000 11001

Color Harmonies of #6A171C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A171C

Black with #6A171C

Text Example


Text Example

White with #6A171C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,23,28); }

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

background-color css

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

 a { background-color: rgb(106,23,28); }

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

border-color css

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

 span { border-color: rgb(106,23,28); }

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