Html Css Color HEX #6C1520 Pohutukawa

📋 copy color: '#6C1520'

red 108 ◦ green 21 ◦ blue 32

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

Shades of Pohutukawa #6C1520

Tints of Pohutukawa #6C1520

RGB

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

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

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

R = 67.08%
G = 13.04%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#6C1520 (or 0x6C1520) is known color: Pohutukawa. HEX triplet: 6C, 15 and 20. RGB value is (108,21,32). Sum of RGB (Red+Green+Blue) = 108+21+32=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 21 (8.59% from 255 or 13.04% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1520 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1520 is #93EADF. Grayscale: #303030. Windows color (decimal): -9693920 or 2102636. OLE color: 2102636.

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

Color convert

RGB 108 21 32 -
CMYK 0 0.81 0.70 0.58
HSL 352.41º 0.67% 0.25% -
HSV(B) 352.41º 0.81% 0.42% -
XYZ 6.71 3.83 1.75 -
YUV 48.27 118.82 170.61 -
System Red Green Blue C M Y K H S L
Decimal 108 21 32 0 0.81 0.70 0.58 352.41 0.67 0.25
Hex 6C 15 20 0 51 46 3A 160 43 19
Octal 154 25 40 0 121 106 72 540 103 31
Binary 1101100 10101 100000 0 1010001 1000110 111010 101100000 1000011 11001

Color Harmonies of #6C1520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1520

Black with #6C1520

Text Example


Text Example

White with #6C1520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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