Html Css Color HEX #6C1322 Pohutukawa

📋 copy color: '#6C1322'

red 108 ◦ green 19 ◦ blue 34

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

Shades of Pohutukawa #6C1322

Tints of Pohutukawa #6C1322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.8%

 BLUE value IS 34 (13.67% from 255) = 21.12%

R = 67.08%
G = 11.8%
B = 21.12%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.69

 K value IS 0.58

RGB Variations

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

Color information

#6C1322 (or 0x6C1322) is known color: Pohutukawa. HEX triplet: 6C, 13 and 22. RGB value is (108,19,34). Sum of RGB (Red+Green+Blue) = 108+19+34=161 (21% of max value = 765). Red value is 108 (42.58% from 255 or 67.08% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 108 - color contains mainly: red. Hex color #6C1322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6C1322 is #93ECDD. Grayscale: #2F2F2F. Windows color (decimal): -9694430 or 2233196. OLE color: 2233196.

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

Color convert

RGB 108 19 34 -
CMYK 0 0.82 0.69 0.58
HSL 349.89º 0.7% 0.25% -
HSV(B) 349.89º 0.82% 0.42% -
XYZ 6.71 3.77 1.89 -
YUV 47.32 120.49 171.28 -
System Red Green Blue C M Y K H S L
Decimal 108 19 34 0 0.82 0.69 0.58 349.89 0.7 0.25
Hex 6C 13 22 0 52 45 3A 15E 46 19
Octal 154 23 42 0 122 105 72 536 106 31
Binary 1101100 10011 100010 0 1010010 1000101 111010 101011110 1000110 11001

Color Harmonies of #6C1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C1322

Black with #6C1322

Text Example


Text Example

White with #6C1322

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,19,34); }

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

background-color css

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

 a { background-color: rgb(108,19,34); }

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

border-color css

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

 span { border-color: rgb(108,19,34); }

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