Html Css Color HEX #6C1720 Pohutukawa

📋 copy color: '#6C1720'

red 108 ◦ green 23 ◦ blue 32

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

Shades of Pohutukawa #6C1720

Tints of Pohutukawa #6C1720

RGB

 RED value IS 108 (42.58% from 255) = 66.26%

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

 BLUE value IS 32 (12.89% from 255) = 19.63%

R = 66.26%
G = 14.11%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6C1720 (or 0x6C1720) is known color: Pohutukawa. HEX triplet: 6C, 17 and 20. RGB value is (108,23,32). Sum of RGB (Red+Green+Blue) = 108+23+32=163 (21% of max value = 765). Red value is 108 (42.58% from 255 or 66.26% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 32 (12.89% from 255 or 19.63% from 163); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1720 is #93E8DF. Grayscale: #313131. Windows color (decimal): -9693408 or 2103148. OLE color: 2103148.

HSL color Cylindrical-coordinate representation of color #6C1720: hue angle of 353.65º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #6C1720 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 108 23 32 -
CMYK 0 0.79 0.70 0.58
HSL 353.65º 0.65% 0.26% -
HSV(B) 353.65º 0.79% 0.42% -
XYZ 6.75 3.91 1.76 -
YUV 49.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 108 23 32 0 0.79 0.70 0.58 353.65 0.65 0.26
Hex 6C 17 20 0 4F 46 3A 162 41 1A
Octal 154 27 40 0 117 106 72 542 101 32
Binary 1101100 10111 100000 0 1001111 1000110 111010 101100010 1000001 11010

Color Harmonies of #6C1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1720

Black with #6C1720

Text Example


Text Example

White with #6C1720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,23,32); }

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

background-color css

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

 a { background-color: rgb(108,23,32); }

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

border-color css

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

 span { border-color: rgb(108,23,32); }

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